#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 87 of file UT_Pixel.h.
| UT_HSVA::UT_HSVA | ( | ) | [inline] |
Definition at line 89 of file UT_Pixel.h.
| UT_HSVA::UT_HSVA | ( | unsigned short | ch, | |
| unsigned short | cs, | |||
| char | cv, | |||
| char | ca | |||
| ) | [inline] |
Definition at line 90 of file UT_Pixel.h.
| UT_HSVA::UT_HSVA | ( | unsigned short | ch, | |
| unsigned short | cs, | |||
| unsigned short | cv, | |||
| unsigned short | ca | |||
| ) | [inline] |
Definition at line 95 of file UT_Pixel.h.
| UT_HSVA::UT_HSVA | ( | const UT_RGBA & | rgba | ) | [inline] |
Definition at line 99 of file UT_Pixel.h.
| UT_HSVA::UT_HSVA | ( | const UT_BIG_RGBA & | rgba | ) | [inline] |
Definition at line 100 of file UT_Pixel.h.
| UT_HSVA::UT_HSVA | ( | const UT_HSVA & | hsva | ) | [inline] |
Definition at line 101 of file UT_Pixel.h.
| static int UT_HSVA::enableAlphaDivide | ( | int | state | ) | [static] |
| static int UT_HSVA::getAlphaDivide | ( | ) | [inline, static] |
Definition at line 113 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 116 of file UT_Pixel.h.
| short UT_HSVA::h |
Definition at line 115 of file UT_Pixel.h.
| short UT_HSVA::s |
Definition at line 115 of file UT_Pixel.h.
| unsigned short UT_HSVA::v |
Definition at line 116 of file UT_Pixel.h.
1.5.9