C# Class SharpVulkan.RawColor4

Afficher le fichier Open project: jwollen/SharpVulkan Class Usage Examples

Méthodes publiques

Свойство Type Description
A float
B float
G float
R float

Méthodes publiques

Méthode Description
RawColor4 ( float r, float g, float b, float a ) : System.Diagnostics

Initializes a new instance of the RawColor4 struct.

Method Details

RawColor4() public méthode

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.
Résultat System.Diagnostics

Property Details

A public_oe property

The alpha component of the color.
public float A
Résultat float

B public_oe property

The blue component of the color.
public float B
Résultat float

G public_oe property

The green component of the color.
public float G
Résultat float

R public_oe property

The red component of the color.
public float R
Résultat float