OPTPiX SpriteStudio SDK
 All Classes Namespaces Functions Variables Enumerations Enumerator Pages
SsTColor< T > Class Template Reference

カラー値を定義するテンプレートクラスです。 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

r
 
g
 
b
 
a
 

Detailed Description

template<typename T>
class SsTColor< T >

カラー値を定義するテンプレートクラスです。


The documentation for this class was generated from the following file: