Enum ColorModel | Terminal.Gui v2 (original) (raw)

Namespace

Terminal.Gui

Assembly

Terminal.Gui.dll

Describes away of modelling color e.g. Hue Saturation Lightness.

public enum ColorModel

Fields

HSL = 2

Color modelled by storing Hue (360 degrees), Saturation (100%) and Lightness (100%)

HSV = 1

Color modelled by storing Hue (360 degrees), Saturation (100%) and Value (100%)

RGB = 0

Color modelled by storing Red, Green and Blue as (0-255) ints

Edit this page