#include <UT_Pixel.h>
Public Member Functions | |
| UT_BIG_RGBA () | |
| UT_BIG_RGBA (unsigned short cr, unsigned short cg, unsigned short cb, unsigned short ca) | |
| UT_BIG_RGBA (const UT_RGBA &rgba) | |
| UT_BIG_RGBA & | operator= (const UT_RGBA &mysmall) |
| UT_BIG_RGBA & | operator= (const UT_BIG_RGBA &big) |
Public Attributes | |
| unsigned short | r |
| unsigned short | g |
| unsigned short | b |
| unsigned short | a |
Definition at line 43 of file UT_Pixel.h.
| UT_BIG_RGBA::UT_BIG_RGBA | ( | ) | [inline] |
Definition at line 45 of file UT_Pixel.h.
| UT_BIG_RGBA::UT_BIG_RGBA | ( | unsigned short | cr, | |
| unsigned short | cg, | |||
| unsigned short | cb, | |||
| unsigned short | ca | |||
| ) | [inline] |
Definition at line 46 of file UT_Pixel.h.
| UT_BIG_RGBA::UT_BIG_RGBA | ( | const UT_RGBA & | rgba | ) | [inline] |
Definition at line 50 of file UT_Pixel.h.
| UT_BIG_RGBA& UT_BIG_RGBA::operator= | ( | const UT_BIG_RGBA & | big | ) |
| UT_BIG_RGBA& UT_BIG_RGBA::operator= | ( | const UT_RGBA & | mysmall | ) |
| unsigned short UT_BIG_RGBA::a |
Definition at line 55 of file UT_Pixel.h.
| unsigned short UT_BIG_RGBA::b |
Definition at line 55 of file UT_Pixel.h.
| unsigned short UT_BIG_RGBA::g |
Definition at line 55 of file UT_Pixel.h.
| unsigned short UT_BIG_RGBA::r |
Definition at line 55 of file UT_Pixel.h.
1.5.9