C# Class Xacor.Mathematics.Interop.RawColor3

Datei anzeigen Open project: deccer/Xacor

Public Properties

Property Type Description
B float
G float
R float

Public Methods

Method Description
RawColor3 ( float r, float g, float b ) : System.Diagnostics

Initializes a new instance of the RawColor3 struct.

Method Details

RawColor3() public method

Initializes a new instance of the RawColor3 struct.
public RawColor3 ( float r, float g, float b ) : System.Diagnostics
r float The r.
g float The g.
b float The b.
return System.Diagnostics

Property Details

B public_oe property

The blue component of the color.
public float B
return float

G public_oe property

The green component of the color.
public float G
return float

R public_oe property

The red component of the color.
public float R
return float