Method | 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 |
Method | Description | |
---|---|---|
Hues ( ) : System |
public static ApplyTo ( |
||
bmp | ||
Colors | short | |
onlyHueGrayPixels | bool | |
return | void |
public static HueToColor ( short hue ) : Color | ||
hue | short | |
return | Color |
public static HueToColorB ( short hue ) : int | ||
hue | short | |
return | int |
public static HueToColorG ( short hue ) : int | ||
hue | short | |
return | int |
public static HueToColorR ( short hue ) : int | ||
hue | short | |
return | int |