Table of Contents

Struct DeviceNColorSpaceDetails.DeviceNColorSpaceAttributes

Namespace
UglyToad.PdfPig.Graphics.Colors
Assembly
UglyToad.PdfPig.dll

DeviceN Color Space Attributes.

public readonly struct DeviceNColorSpaceDetails.DeviceNColorSpaceAttributes
Inherited Members

Constructors

DeviceNColorSpaceAttributes()

public DeviceNColorSpaceAttributes()

DeviceNColorSpaceAttributes(NameToken, DictionaryToken, DictionaryToken, DictionaryToken)

public DeviceNColorSpaceAttributes(NameToken subtype, DictionaryToken colorants, DictionaryToken process, DictionaryToken mixingHints)

Parameters

subtype NameToken
colorants DictionaryToken
process DictionaryToken
mixingHints 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

DictionaryToken

MixingHints

MixingHints - dictionary - Optional

public DictionaryToken MixingHints { get; }

Property Value

DictionaryToken

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

DictionaryToken

Subtype

A name specifying the preferred treatment for the colour space. Values shall be DeviceN or NChannel. Default value: DeviceN.

public NameToken Subtype { get; }

Property Value

NameToken