Свойство | Type | Description | |
---|---|---|---|
KnownColors | Color>.Dictionary |
Méthode | Description | |
---|---|---|
ConvertHsvToRgb ( double h, double s, double v ) : Color |
Converts an HSV color to an RGB color.
|
|
ConvertRgbToHsv ( int r, int b, int g ) : Microsoft.Windows.Controls.Primitives.HsvColor |
Converts an RGB color to an HSV color.
|
|
GenerateHsvSpectrum ( ) : List |
Generates a list of colors with hues ranging from 0 360 and a saturation and value of 1.
|
|
GetColorName ( this color ) : string |
Méthode | Description | |
---|---|---|
GetKnownColors ( ) : Color>.Dictionary |
public static ConvertHsvToRgb ( double h, double s, double v ) : Color | ||
h | double | |
s | double | |
v | double | |
Résultat | Color |
public static ConvertRgbToHsv ( int r, int b, int g ) : Microsoft.Windows.Controls.Primitives.HsvColor | ||
r | int | |
b | int | |
g | int | |
Résultat | Microsoft.Windows.Controls.Primitives.HsvColor |
public static GenerateHsvSpectrum ( ) : List |
||
Résultat | List |
public static GetColorName ( this color ) : string | ||
color | this | |
Résultat | string |