Enum ColorModels

Enum ColorModels

Namn på plats: Aspose.Imaging.FileFormats.Cmx.ObjectModel.Enums Församling: Aspose.Imaging.dll (25.4.0)

Färgmodeller .

public enum ColorModels

Fields

BGR = 12

Färgmodellen BGR

BW = 8

Svart och vitt färger.

CMY = 4

CMY färg modell.

CMYK = 2

CMYK färgmodell, representerad i 0-100 bytes rader.

CMYK255 = 3

CMYK färgmodell, representerad i 0-255 byte rader.

Gray = 9

Grayscale färgmodell.

HLS = 7

HLS färgmodell.

HSB = 6

HSB färgmodell.

Invalid = 0

Invalid färgmodell.

LAB = 11

Lab färg modell.

LAB255 = 13

Laboratorisk färgmodell LAB255.

Pantone = 1

PANTONE palett.

RGB = 5

RGM färgmodell.

YIQ255 = 10

YIQ färgmodell, representerad i 0-255 byte rader.

 Svenska