|
💻 TermColor User Manual
|


Public Member Functions | |
| ColorHSV (float hue, float saturation, float value) | |
| ColorHSV | ToHSV () |
| ColorRGB | ToRGB () |
| void | From< TColor > (in TColor color) |
| override string | ToString () |
Properties | |
| float | Hue [get, set] |
| float | Saturation [get, set] |
| float | Value [get, set] |
Color represented as (Hue,Saturation,Value) vector.
|
inline |
Change this color to approximate color .
| TColor | Type of the color. |
| color | The color to approximate. |
Implements TermColor.IColor.
| TColor | : | IColor |
|
inline |
|
inline |
|
getset |
Gets/sets the hue of the color. Ranges from 0 to 360.
|
getset |
Gets/sets the saturation of the color. Ranges from 0 to 1.
|
getset |
Gets/sets the value of the color. Ranges from 0 to 1.