C# Class Nexus.Graphics.Colors.ColorRgbF

Afficher le fichier Open project: tgjones/nexus Class Usage Examples

Méthodes publiques

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

Méthodes publiques

Méthode Description
ColorRgbF ( float r, float g, float b ) : System.Runtime.InteropServices
FromRgbColor ( Color value ) : ColorRgbF
operator ( ) : ColorRgbF

Method Details

ColorRgbF() public méthode

public ColorRgbF ( float r, float g, float b ) : System.Runtime.InteropServices
r float
g float
b float
Résultat System.Runtime.InteropServices

FromRgbColor() public static méthode

public static FromRgbColor ( Color value ) : ColorRgbF
value Color
Résultat ColorRgbF

operator() public static méthode

public static operator ( ) : ColorRgbF
Résultat ColorRgbF

Property Details

B public_oe property

public float B
Résultat float

G public_oe property

public float G
Résultat float

R public_oe property

public float R
Résultat float