#include <OgreColourValue.h>
Public Member Functions | |
ColourValue (float red=1.0f, float green=1.0f, float blue=1.0f, float alpha=1.0f) | |
bool | operator== (const ColourValue &rhs) const |
bool | operator!= (const ColourValue &rhs) const |
RGBA | getAsRGBA (void) const |
Retrieves colour as RGBA. | |
ARGB | getAsARGB (void) const |
Retrieves colour as ARGB. | |
ABGR | getAsABGR (void) const |
Retrieves colours as ABGR. | |
ColourValue | operator+ (const ColourValue &rkVector) const |
ColourValue | operator- (const ColourValue &rkVector) const |
ColourValue | operator * (float fScalar) const |
ColourValue | operator * (const ColourValue &rhs) const |
ColourValue | operator/ (const ColourValue &rhs) const |
ColourValue | operator/ (float fScalar) const |
ColourValue & | operator+= (const ColourValue &rkVector) |
ColourValue & | operator-= (const ColourValue &rkVector) |
ColourValue & | operator *= (float fScalar) |
ColourValue & | operator/= (float fScalar) |
Static Public Attributes | |
ColourValue | Black |
ColourValue | White |
ColourValue | Red |
ColourValue | Green |
ColourValue | Blue |
Friends | |
ColourValue | operator * (float fScalar, const ColourValue &rkVector) |
Definition at line 47 of file OgreColourValue.h.
|
Definition at line 56 of file OgreColourValue.h. |
|
Retrieves colours as ABGR.
|
|
Retrieves colour as ARGB.
|
|
Retrieves colour as RGBA.
|
|
Definition at line 120 of file OgreColourValue.h. |
|
Definition at line 108 of file OgreColourValue.h. |
|
Definition at line 192 of file OgreColourValue.h. |
|
|
|
Definition at line 84 of file OgreColourValue.h. |
|
Definition at line 172 of file OgreColourValue.h. |
|
Definition at line 96 of file OgreColourValue.h. |
|
Definition at line 182 of file OgreColourValue.h. |
|
Definition at line 144 of file OgreColourValue.h. |
|
Definition at line 132 of file OgreColourValue.h. |
|
Definition at line 201 of file OgreColourValue.h. |
|
|
|
Definition at line 159 of file OgreColourValue.h. |
|
Definition at line 67 of file OgreColourValue.h. Referenced by operator *(), operator+(), operator+=(), operator-(), operator-=(), and operator/(). |
|
Definition at line 67 of file OgreColourValue.h. Referenced by operator *(), operator+(), operator+=(), operator-(), operator-=(), and operator/(). |
|
Definition at line 50 of file OgreColourValue.h. |
|
Definition at line 54 of file OgreColourValue.h. |
|
Definition at line 67 of file OgreColourValue.h. Referenced by operator *(), operator+(), operator+=(), operator-(), operator-=(), and operator/(). |
|
Definition at line 53 of file OgreColourValue.h. |
|
Definition at line 67 of file OgreColourValue.h. Referenced by operator *(), operator+(), operator+=(), operator-(), operator-=(), and operator/(). |
|
Definition at line 52 of file OgreColourValue.h. |
|
Definition at line 69 of file OgreColourValue.h. |
|
Definition at line 51 of file OgreColourValue.h. |
Copyright © 2000-2005 by The OGRE Team
Last modified Sun Apr 10 23:21:53 2005