#include <cybcolorc.h>
Public Methods | |
| SFColor () | |
| SFColor (float r, float g, float b) | |
| float & | operator[] (long i) |
| void | Set (float rr, float gg, float bb) |
| int | operator== (const SFColor &v) |
| int | operator!= (const SFColor &v) |
| SFColor | operator- (const SFColor &) |
| SFColor | operator+ (const SFColor &) |
Public Attributes | |
| float | m_r |
| float | m_g |
| float | m_b |
| float | m_a |
|
|
Definition at line 39 of file cybcolorc.h.
|
|
||||||||||||||||
|
Definition at line 40 of file cybcolorc.h.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 41 of file cybcolorc.h.
00041 {return ((float*)this)[i];}
|
|
||||||||||||||||
|
Definition at line 42 of file cybcolorc.h.
|
|
|
Definition at line 47 of file cybcolorc.h. |
|
|
Definition at line 47 of file cybcolorc.h. |
|
|
Definition at line 47 of file cybcolorc.h. |
|
|
Definition at line 47 of file cybcolorc.h. |
1.3-rc2