Enum ColorModel

Enum ColorModel

Namn på plats: Aspose.Html.Drawing Sammanfattning: Aspose.HTML.dll (25.4.0)

Denna lista används för att välja färgmodellen för att arbeta med färgkomponenter.

[ComVisible(true)]
public enum ColorModel

Fields

Cmyk = 4

Cyan-Magenta-Yellow-Key färgmodell

Hsl = 1

Hue-Saturation-Luminosity färgmodell

Hsv = 2

Färgmodell Hue-Saturation-Value

Hwb = 3

Hue-Whiteness-Blackness färgmodell

Lab = 5

Lightness-A-B färgmodell

Lch = 7

Luminance-Chroma-Hue färgmodell

Oklab = 6

Förbättrad Lightness-A-B modell

Oklch = 8

Förbättrad Luminance-Chroma-Hue färgmodell

Rgb = 0

Röd-grön-blå färg modell

 Svenska