Color |
public enum ColorChannel
| Member name | Value | Description |
|---|---|---|
| HSLLightness | 0 | The HSL lightness value. |
| HSLSaturation | 1 | The HSL saturation value. |
| HSLHue | 2 | The HSL hue value. |
| Red | 3 | The red channel value. |
| Green | 4 | The green channel value. |
| Blue | 5 | The blue channel value. |
| Alpha | 6 | The alpha channel value. |
The ColorChannel type exposes the following members.
| Name | Description | |
|---|---|---|
| IsT |
Determines whether the enumeration value is equal to the specified value.
(Defined by EnumerationExtensions) | |
| WithClearedFlagT |
Returns the enum value with the specified flag cleared.
(Defined by EnumerationExtensions) | |
| WithFlagT |
Returns the enum value with the specified flag set or cleared, depending on the value argument.
(Defined by EnumerationExtensions) | |
| WithSetFlagT |
Returns the enum value with the specified flag set.
(Defined by EnumerationExtensions) |