Class
ColorSpaceNames

Well-known PDF color space names used when exporting or interpreting color values.

Definition

Namespace:Telerik.Windows.Documents.Fixed.Model.ColorSpaces

Assembly:Telerik.Windows.Documents.Fixed.dll

Syntax:

cs-api-definition
public static class ColorSpaceNames

Inheritance: objectColorSpaceNames

Fields

CalGray

The CalGray color space.

Declaration

cs-api-definition
public const string CalGray = "CalGray"

Field Value

string

CalRgb

The CalRGB color space.

Declaration

cs-api-definition
public const string CalRgb = "CalRGB"

Field Value

string

DeviceCmyk

The DeviceCMYK color space.

Declaration

cs-api-definition
public const string DeviceCmyk = "DeviceCMYK"

Field Value

string

DeviceGray

The DeviceGray color space.

Declaration

cs-api-definition
public const string DeviceGray = "DeviceGray"

Field Value

string

DeviceN

The DeviceN color space.

Declaration

cs-api-definition
public const string DeviceN = "DeviceN"

Field Value

string

DeviceRgb

The DeviceRGB color space.

Declaration

cs-api-definition
public const string DeviceRgb = "DeviceRGB"

Field Value

string

IccBased

The ICCBased color space.

Declaration

cs-api-definition
public const string IccBased = "ICCBased"

Field Value

string

Indexed

The Indexed color space.

Declaration

cs-api-definition
public const string Indexed = "Indexed"

Field Value

string

Lab

The Lab color space.

Declaration

cs-api-definition
public const string Lab = "Lab"

Field Value

string

Pattern

The Pattern color space.

Declaration

cs-api-definition
public const string Pattern = "Pattern"

Field Value

string

Separation

The Separation color space.

Declaration

cs-api-definition
public const string Separation = "Separation"

Field Value

string