|
💻 TermColor User Manual
|


Public Member Functions | |
| Color4 (ConsoleColor consoleColor) | |
| ColorHSV | ToHSV () |
| ColorRGB | ToRGB () |
| void | From< TColor > (in TColor color) |
| override string | ToString () |
Static Public Member Functions | |
| static implicit | operator Color4 (ConsoleColor consoleColor) |
Package Functions | |
| void | MakeClosest< TColor > (in TColor color) |
Properties | |
| ConsoleColor | Color [get, set] |
| string | Foreground [get] |
| string | Background [get] |
Properties inherited from TermColor.ANSIColor | |
| string | Foreground [get] |
| string | Background [get] |
A color from 16-color palette.
|
inline |
Change this color to approximate color .
| TColor | Type of the color. |
| color | The color to approximate. |
Implements TermColor.IColor.
| TColor | : | IColor |
|
inline |
|
inline |