Color
Summary
Represents a color definition.
Properties
Name Description
float Blue Gets or sets the blue component value.
float Green Gets or sets the green component value.
float Red Gets or sets the red component value.
Methods
Name Description
void MultiplyValues(float) Multiplies each color component with the specified value.
void MultiplyValues(float,float,float) Multiplies each color component with the respective specified value.
void SetValues(float) Sets each color component to the specified value.
void SetValues(float,float,float) Sets each color component to the respetive specified value.
Remarks
The valid value range of color components is 0.0f through 1.0f.

Return to: Index