Summary
Creates a new HSV Color
- Namespace
- MahApps
.Metro .Controls - Containing Type
- HSVColor
Syntax
public HSVColor(double a, double hue, double saturation, double value)
Parameters
Name | Type | Description |
---|---|---|
a | double | A (Alpha) channel [0;1] |
hue | double | Hue channel [0;360] |
saturation | double | Saturation channel [0;1] |
value | double | Value channel [0;1] |
Return Value
Type | Description |
---|---|
void |