Inheritance diagram for osg::Color4f:

Public Types | |
| typedef Real32 | ValueType |
Public Member Functions | |
| * | Color4 (void) |
| Color4 (const Color4 &source) | |
| Color4 (const ValueType red, const ValueType green, const ValueType blue, const ValueType alpha) | |
| *void | clear (void) |
| void | setValuesRGBA (const ValueType red, const ValueType green, const ValueType blue, const ValueType alpha) |
| void | setValuesHSV (const Real32 h, const Real32 s, const Real32 v) |
| void | setRandom (void) |
| void | setRGBA (UInt32 rgbPack) |
| void | setValue (const Char8 *szString) |
| void | setValue (Char8 *szString) |
| *UInt32 | getRGBA (void) const |
| void | getValuesRGBA (ValueType &red, ValueType &green, ValueType &blue, ValueType &alpha) const |
| ValueType * | getValuesRGBA (void) |
| const ValueType * | getValuesRGBA (void) const |
| void | getValuesHSV (Real32 &h, Real32 &s, Real32 &v) const |
| ValueType | red (void) const |
| ValueType | green (void) const |
| ValueType | blue (void) const |
| ValueType | alpha (void) const |
| *Color4 | operator * (const ValueType val) |
| ValueType & | operator[] (const UInt32 uiIndex) |
| const ValueType & | operator[] (const UInt32 uiIndex) const |
| bool | equals (const Color4 &other, const ValueType tolerance) const |
| bool | operator== (const Color4 &other) const |
| bool | operator!= (const Color4 &other) const |
Static Public Attributes | |
| static const Color4 | Null |
Protected Attributes | |
| ValueType | _rgba [4] |
Private Attributes | |
| Real32 * | _val |
This is just to give you an idea of the conceptual relations and to help you understand the available methods of this class.
Definition at line 2300 of file dummyClasses.dox.
|
|
Definition at line 180 of file OSGColor.h. |
|
|
|
|
|
|
|
||||||||||||||||||||
|
|
|
|
|
|
||||||||||||||||||||
|
|
|
||||||||||||||||
|
|
|
|
|
|
|
method to set the rgb values (ABGGRR) |
|
|
|
|
|
|
|
|
method to get a packed rgb value (ABGGRR) |
|
||||||||||||||||||||
|
method to get a packed rgb value (ABGGRR) |
|
|
method to get a packed rgb value (ABGGRR) |
|
|
method to get a packed rgb value (ABGGRR) |
|
||||||||||||||||
|
method to get a packed rgb value (ABGGRR) |
|
|
method to get a packed rgb value (ABGGRR) |
|
|
method to get a packed rgb value (ABGGRR) |
|
|
method to get a packed rgb value (ABGGRR) |
|
|
method to get a packed rgb value (ABGGRR) |
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
equal within tolerance |
|
|
|
|
|
|
|
|
Definition at line 2300 of file dummyClasses.dox. |
|
|
Definition at line 182 of file OSGColor.h. |
|
|
Definition at line 272 of file OSGColor.h. |
1.4.3