ColorState struct¶
Defined in
Namespace: CrissCross.WPF.UI
Assembly: CrissCross.WPF.UI.dll
Full name: CrissCross.WPF.UI.ColorState
Modifiers: public sealed
Summary¶
ColorState.
Applies to
net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481
Class hierarchy
classDiagram
class ColorState
class IEquatable~ColorState~ {
<>
}
IEquatable~ColorState~ <|.. ColorState
Implements: IEquatable
Constructors¶
| Name | Summary |
|---|---|
| .ctor | Initializes a new instance of the [ColorState](# struct. |
Properties¶
| Name | Summary |
|---|---|
| A | Gets or sets a. |
| RGB_R | Gets or sets the RGB r. |
| RGB_G | Gets or sets the RGB g. |
| RGB_B | Gets or sets the RGB b. |
| HSV_H | Gets or sets the HSV h. |
| HSV_S | Gets or sets the HSV s. |
| HSV_V | Gets or sets the HSV v. |
| HSL_H | Gets or sets the HSL h. |
| HSL_S | Gets or sets the HSL s. |
| HSL_L | Gets or sets the HSL l. |
Methods¶
| Name | Summary |
|---|---|
| SetARGB | Sets the ARGB. |
| ToString | |
| GetHashCode | |
| Equals |
Operators¶
| Name | Summary |
|---|---|
| static op_Inequality | |
| static op_Equality |