Class XColorRgba
Assembly: JeremyAnsel.DirectX.D3DXof.dll
Syntax
public sealed class XColorRgba
Properties
|
Edit this page
View Source
Alpha
Declaration
public float Alpha { get; set; }
Property Value
|
Edit this page
View Source
Blue
Declaration
public float Blue { get; set; }
Property Value
|
Edit this page
View Source
Green
Declaration
public float Green { get; set; }
Property Value
|
Edit this page
View Source
Red
Declaration
public float Red { get; set; }
Property Value
Methods
|
Edit this page
View Source
ToString()
Returns a string that represents the current object.
Declaration
public override string ToString()
Returns
Type |
Description |
string |
A string that represents the current object.
|
Overrides