Inherits BASE::RCStringValueInterface.
Inheritance diagram for BASE::RCColor:


Public Member Functions | |
| RCColor (TFloat nRed, TFloat nGreen, TFloat nBlue, TFloat nAlpha=1.0f) | |
| RCColor (TLong nSource) | |
| RCColor (const TFloat *naSource) | |
| RCColor (const RCColor &Source) | |
| operator TLong () const | |
| const TFloat * | Data () const |
| TFloat & | operator[] (TInt nIndex) |
| const TFloat & | operator[] (TInt nIndex) const |
| const RCColor & | operator= (const RCColor &Source) |
| RCColor | operator * (TReal rhs) const |
| virtual TBool | FromString (const RCString &sValue) |
| virtual const RCString & | ToString () const |
| TByte | GetByte (TInt nIndex) const |
| void | SetByte (TInt nIndex, TByte nValue) |
| TBool | IsValid () const |
Static Public Member Functions | |
| static RCColor | Random () |
Static Public Attributes | |
| static const RCColor | INVALID |
| static const RCColor | WHITE |
| static const RCColor | RED |
| static const RCColor | YELLOW |
| static const RCColor | GREEN |
| static const RCColor | TEAL |
| static const RCColor | BLUE |
| static const RCColor | MAGENTA |
| static const RCColor | DARKGRAY |
| static const RCColor | GRAY |
| static const RCColor | LIGHTGRAY |
| static const RCColor | BLACK |
| static const RCString | INVALID_STRING = _T("Invalid") |
Protected Attributes | |
| TFloat | m_naData [4] |
1.4.6-NO