C# Class System.Drawing.ColorF

Afficher le fichier Open project: Meragon/Unity-WinForms Class Usage Examples

Méthodes publiques

Méthode Description
FromArgb ( float r, float g, float b ) : ColorF
FromArgb ( float a, float r, float g, float b ) : ColorF

Method Details

FromArgb() public static méthode

public static FromArgb ( float r, float g, float b ) : ColorF
r float
g float
b float
Résultat ColorF

FromArgb() public static méthode

public static FromArgb ( float a, float r, float g, float b ) : ColorF
a float
r float
g float
b float
Résultat ColorF