Nuclide
Software Development Kit for id Tech
VGUIColor Class Reference

Container class that'll deal with handling colors via a variety of different means. More...

Public Member Functions

void VGUIColor (void)
 
nonvirtual void SetColor (vector)
 
nonvirtual void SetColorWithAlpha (vector, float)
 
nonvirtual vector GetColor (void)
 
nonvirtual float GetAlpha (void)
 

Detailed Description

Container class that'll deal with handling colors via a variety of different means.

Constructor & Destructor Documentation

◆ VGUIColor()

void VGUIColor::VGUIColor ( void  )

Member Function Documentation

◆ GetAlpha()

float VGUIColor::GetAlpha ( void  )

◆ GetColor()

vector VGUIColor::GetColor ( void  )

◆ SetColor()

void VGUIColor::SetColor ( vector  value)

◆ SetColorWithAlpha()

void VGUIColor::SetColorWithAlpha ( vector  color,
float  alpha 
)

The documentation for this class was generated from the following file: