The HSVImage
class creates the HSV images to present in the ACColorCube
and ACHueBar
based on the current Hue, Saturation and Value properties.
More...
|
| HSVImage () |
| Initializes a new instance of the T:ActionComponents.HSVImage class. More...
|
|
The HSVImage
class creates the HSV images to present in the ACColorCube
and ACHueBar
based on the current Hue, Saturation and Value properties.
ActionComponents.HSVImage.HSVImage |
( |
| ) |
|
Initializes a new instance of the T:ActionComponents.HSVImage class.
static Byte ActionComponents.HSVImage.Blend |
( |
Byte |
value, |
|
|
Byte |
percentIn255 |
|
) |
| |
|
static |
Blend the specified value and percent.
- Parameters
-
value | Value. |
percentIn255 | Percent in 255. |
Hues the bar image.
- Returns
- The bar image.
- Parameters
-
static float ActionComponents.HSVImage.Pin |
( |
float |
minValue, |
|
|
float |
value, |
|
|
float |
maxValue |
|
) |
| |
|
static |
Pin the specified minValue, value and maxValue.
- Parameters
-
minValue | Minimum value. |
value | Value. |
maxValue | Max value. |
static Bitmap ActionComponents.HSVImage.SaturationBrightnessSquareImage |
( |
float |
hue | ) |
|
|
static |
Saturations the brightness square image.
- Returns
- The brightness square image.
- Parameters
-