ColorHSV Structure |
Namespace: Rhino.Display
The ColorHSV type exposes the following members.
Name | Description | |
---|---|---|
![]() | ColorHSV(Color) |
Constructs a new instance of ColorHSV that is equivalent to an ARGB color.
|
![]() | ColorHSV(Double, Double, Double) |
Constructs a new instance of ColorHSV with custom channel values.
|
![]() | ColorHSV(Double, Double, Double, Double) |
Constructs a new instance of ColorHSV with custom channel values.
|
Name | Description | |
---|---|---|
![]() | A |
Gets or sets the alpha channel value.
Alpha channels are limited to a 0~1 range.
|
![]() | H |
Gets or sets the hue channel value.
Hue channels rotate between 0.0 and 1.0.
|
![]() | S |
Gets or sets the saturation channel value.
Saturation channels are limited to a 0~1 range.
|
![]() | V |
Gets or sets the value (brightness) channel value.
Value channels are limited to a 0~1 range.
|
Name | Description | |
---|---|---|
![]() ![]() | CreateFromCMYK |
Create the nearest HSV equivalent of a CMYK color.
|
![]() ![]() | CreateFromHSL |
Constructs the nearest HSV equivalent of an HSL color.
|
![]() ![]() | CreateFromLAB |
Create the nearest HSV equivalent of a LAB color.
|
![]() ![]() | CreateFromLCH |
Create the nearest HSV equivalent of a LCH color.
|
![]() ![]() | CreateFromRGBA |
Create the nearest HSV equivalent of a RGBA color.
|
![]() ![]() | CreateFromXYZ |
Create the nearest HSV equivalent of an XYZ color.
|
![]() | Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType.) |
![]() | GetHashCode | Returns the hash code for this instance. (Inherited from ValueType.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToArgbColor |
Convert HSV color to an equivalent System.Drawing.Color.
|
![]() | ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |
Name | Description | |
---|---|---|
![]() ![]() | (ColorHSV to Color) |
Implicitly converts a ColorHSV in a .Net library color.
|