HDK
|
#include <UT_Pixel.h>
Public Member Functions | |
UT_HSVA () | |
UT_HSVA (unsigned short ch, unsigned short cs, char cv, char ca) | |
UT_HSVA (unsigned short ch, unsigned short cs, unsigned short cv, unsigned short ca) | |
UT_HSVA (const UT_RGBA &rgba) | |
UT_HSVA (const UT_BIG_RGBA &rgba) | |
UT_HSVA (const UT_HSVA &hsva) | |
UT_HSVA & | operator= (const UT_RGBA &rgba) |
UT_HSVA & | operator= (const UT_BIG_RGBA &rgba) |
UT_HSVA & | operator= (const UT_HSVA &hsva) |
UT_HSVA & | operator= (const UT_Color &c) |
operator UT_RGBA () const | |
operator UT_BIG_RGBA () const | |
Static Public Member Functions | |
static int | enableAlphaDivide (int state) |
static int | getAlphaDivide () |
Public Attributes | |
short | h |
short | s |
unsigned short | v |
unsigned short | a |
Definition at line 117 of file UT_Pixel.h.
|
inline |
Definition at line 119 of file UT_Pixel.h.
|
inline |
Definition at line 120 of file UT_Pixel.h.
|
inline |
Definition at line 125 of file UT_Pixel.h.
|
inline |
Definition at line 129 of file UT_Pixel.h.
|
inline |
Definition at line 130 of file UT_Pixel.h.
|
inline |
Definition at line 131 of file UT_Pixel.h.
|
inlinestatic |
Definition at line 143 of file UT_Pixel.h.
UT_HSVA::operator UT_BIG_RGBA | ( | ) | const |
UT_HSVA::operator UT_RGBA | ( | ) | const |
UT_HSVA& UT_HSVA::operator= | ( | const UT_BIG_RGBA & | rgba | ) |
unsigned short UT_HSVA::a |
Definition at line 146 of file UT_Pixel.h.
short UT_HSVA::h |
Definition at line 145 of file UT_Pixel.h.
short UT_HSVA::s |
Definition at line 145 of file UT_Pixel.h.
unsigned short UT_HSVA::v |
Definition at line 146 of file UT_Pixel.h.