C# Class SharpVulkan.RawColor4

Exibir arquivo Open project: jwollen/SharpVulkan Class Usage Examples

Public Properties

Property Type Description
A float
B float
G float
R float

Public Methods

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

Initializes a new instance of the RawColor4 struct.

Method Details

RawColor4() public method

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

Property Details

A public_oe property

The alpha component of the color.
public float A
return float

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