Nuclide
Software Development Kit for id Technology
|
Container class that'll deal with handling colors via a variety of different means.
VGUI Widget: Color Container
Public Member Functions | |
void | VGUIColor (void) |
nonvirtual void | SetColor (vector) |
nonvirtual void | SetColorWithAlpha (vector, float) |
nonvirtual vector | GetColor (void) |
nonvirtual float | GetAlpha (void) |
void VGUIColor::VGUIColor | ( | void | ) |
float VGUIColor::GetAlpha | ( | void | ) |
vector VGUIColor::GetColor | ( | void | ) |
void VGUIColor::SetColor | ( | vector | value | ) |
void VGUIColor::SetColorWithAlpha | ( | vector | color, |
float | alpha | ||
) |