Class ColorSpaceNames
Represents the color space names.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Fixed.Model.ColorSpaces
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public class ColorSpaceNames
Constructors
ColorSpaceNames()
Declaration
public ColorSpaceNames()
Fields
CalGray
The CalGray color space.
Declaration
public const string CalGray = "CalGray"
Field Value
System.String
|
CalRgb
The CalRGB color space.
Declaration
public const string CalRgb = "CalRGB"
Field Value
System.String
|
DeviceCmyk
The DeviceCMYK color space.
Declaration
public const string DeviceCmyk = "DeviceCMYK"
Field Value
System.String
|
DeviceGray
The DeviceGray color space.
Declaration
public const string DeviceGray = "DeviceGray"
Field Value
System.String
|
DeviceN
The DeviceN color space.
Declaration
public const string DeviceN = "DeviceN"
Field Value
System.String
|
DeviceRgb
The DeviceRGB color space.
Declaration
public const string DeviceRgb = "DeviceRGB"
Field Value
System.String
|
IccBased
The ICCBased color space.
Declaration
public const string IccBased = "ICCBased"
Field Value
System.String
|
Indexed
The Indexed color space.
Declaration
public const string Indexed = "Indexed"
Field Value
System.String
|
Lab
The Lab color space.
Declaration
public const string Lab = "Lab"
Field Value
System.String
|
Pattern
The Pattern color space.
Declaration
public const string Pattern = "Pattern"
Field Value
System.String
|
Separation
The Separation color space.
Declaration
public const string Separation = "Separation"
Field Value
System.String
|