ColorState(double, double, double, double, double, double, double, double, double, double) constructor¶
Defined in
Type: ColorState
Namespace: CrissCross.WPF.UI
Assembly: CrissCross.WPF.UI.dll
Applies to
net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481
public ColorState(double rGB_R, double rGB_G, double rGB_B, double a, double hSV_H, double hSV_S, double hSV_V, double hSL_h, double hSL_s, double hSL_l)
Summary: Initializes a new instance of the ColorState struct.
Parameters
| Name | Type | Description |
|---|---|---|
rGB_R | double | The r gb r. |
rGB_G | double | The r gb g. |
rGB_B | double | The r gb b. |
a | double | a. |
hSV_H | double | The h sv h. |
hSV_S | double | The h sv s. |
hSV_V | double | The h sv v. |
hSL_h | double | The h sl h. |
hSL_s | double | The h sl s. |
hSL_l | double | The h sl l. |