#include <UT_Pixel.h>
Public Member Functions | |
| UT_LONG_RGBA () | |
| UT_LONG_RGBA (unsigned short cr, unsigned short cg, unsigned short cb, unsigned short ca) | |
| UT_LONG_RGBA (const UT_RGBA &rgba) | |
| UT_LONG_RGBA (const UT_BIG_RGBA &rgba) | |
| UT_LONG_RGBA & | operator= (const UT_RGBA &mysmall) |
| UT_LONG_RGBA & | operator= (const UT_BIG_RGBA &big) |
| void | scale (fpreal) |
| void | offset (fpreal) |
Public Attributes | |
| long | a |
| long | b |
| long | g |
| long | r |
Definition at line 67 of file UT_Pixel.h.
| UT_LONG_RGBA::UT_LONG_RGBA | ( | ) | [inline] |
Definition at line 70 of file UT_Pixel.h.
| UT_LONG_RGBA::UT_LONG_RGBA | ( | unsigned short | cr, | |
| unsigned short | cg, | |||
| unsigned short | cb, | |||
| unsigned short | ca | |||
| ) | [inline] |
Definition at line 71 of file UT_Pixel.h.
| UT_LONG_RGBA::UT_LONG_RGBA | ( | const UT_RGBA & | rgba | ) | [inline] |
Definition at line 75 of file UT_Pixel.h.
| UT_LONG_RGBA::UT_LONG_RGBA | ( | const UT_BIG_RGBA & | rgba | ) | [inline] |
Definition at line 76 of file UT_Pixel.h.
| void UT_LONG_RGBA::offset | ( | fpreal | ) |
| UT_LONG_RGBA& UT_LONG_RGBA::operator= | ( | const UT_BIG_RGBA & | big | ) |
| UT_LONG_RGBA& UT_LONG_RGBA::operator= | ( | const UT_RGBA & | mysmall | ) |
| void UT_LONG_RGBA::scale | ( | fpreal | ) |
| long UT_LONG_RGBA::a |
Definition at line 84 of file UT_Pixel.h.
| long UT_LONG_RGBA::b |
Definition at line 84 of file UT_Pixel.h.
| long UT_LONG_RGBA::g |
Definition at line 84 of file UT_Pixel.h.
| long UT_LONG_RGBA::r |
Definition at line 84 of file UT_Pixel.h.
1.5.9