Méthode | Description | |
---|---|---|
ApplyTo ( |
||
ColorToHue ( Color c ) : short |
Converts RGB value to Huecolor
|
|
GetHue ( int index ) : |
Returns Hue
|
|
HueToColor ( short hue ) : Color |
Converts Huecolor to RGBColor
|
|
HueToColorB ( short hue ) : int | ||
HueToColorG ( short hue ) : int | ||
HueToColorR ( short hue ) : int | ||
Initialize ( ) : void |
Reads hues.mul and fills List
|
|
Save ( string path ) : void |
Méthode | Description | |
---|---|---|
Hues ( ) : System |
public static ApplyTo ( |
||
bmp | ||
Colors | short | |
onlyHueGrayPixels | bool | |
Résultat | void |
public static ColorToHue ( Color c ) : short | ||
c | Color | |
Résultat | short |
public static HueToColor ( short hue ) : Color | ||
hue | short | |
Résultat | Color |
public static HueToColorB ( short hue ) : int | ||
hue | short | |
Résultat | int |
public static HueToColorG ( short hue ) : int | ||
hue | short | |
Résultat | int |
public static HueToColorR ( short hue ) : int | ||
hue | short | |
Résultat | int |