|
OPTPiX SpriteStudio SDK
|
カラー値を定義するテンプレートクラスです。 More...
#include <sstypes.h>
Collaboration diagram for SsTColor< T >:Public Member Functions | |
| SsTColor (T ar, T ag, T ab, T aa) | |
| SsTColor (const SsTColor &s) | |
| void | fromARGB (u32 c) |
| void | fromBGRA (u32 c) |
| u32 | toARGB () const |
| bool | operator== (const SsTColor &rhs) const |
| template<> | |
| void | fromARGB (u32 c) |
| template<> | |
| void | fromBGRA (u32 c) |
| template<> | |
| u32 | toARGB () const |
Public Attributes | |
| T | r |
| T | g |
| T | b |
| T | a |
カラー値を定義するテンプレートクラスです。