Struct DeviceNColorSpaceDetails.DeviceNColorSpaceAttributes
DeviceN Color Space Attributes.
public readonly struct DeviceNColorSpaceDetails.DeviceNColorSpaceAttributes
- Inherited Members
Constructors
DeviceNColorSpaceAttributes()
Create a new DeviceNColorSpaceDetails.DeviceNColorSpaceAttributes.
public DeviceNColorSpaceAttributes()
DeviceNColorSpaceAttributes(NameToken, DictionaryToken, DictionaryToken, DictionaryToken)
Create a new DeviceNColorSpaceDetails.DeviceNColorSpaceAttributes.
public DeviceNColorSpaceAttributes(NameToken subtype, DictionaryToken colorants, DictionaryToken process, DictionaryToken mixingHints)
Parameters
subtype
NameTokencolorants
DictionaryTokenprocess
DictionaryTokenmixingHints
DictionaryToken
Properties
Colorants
Colorants - dictionary - Required if Subtype is NChannel and the colour space includes spot colorants; otherwise optional.
public DictionaryToken Colorants { get; }
Property Value
MixingHints
MixingHints - dictionary - Optional
public DictionaryToken MixingHints { get; }
Property Value
Process
Process - dictionary - Required if Subtype is NChannel and the colour space includes components of a process colour space, otherwise optional.
public DictionaryToken Process { get; }
Property Value
Subtype
A name specifying the preferred treatment for the colour space. Values shall be DeviceN
or NChannel
. Default value: DeviceN
.
public NameToken Subtype { get; }