Table of Contents

Class DeviceN

Namespace
iText.Kernel.Colors
Assembly
itext.kernel.dll

Representation of a DeviceN color space.

public class DeviceN : Color
Inheritance
DeviceN
Inherited Members

Constructors

DeviceN(IList<string>, PdfColorSpace, IPdfFunction, float[])

Creates a color in a new DeviceN color space.

public DeviceN(IList<string> names, PdfColorSpace alternateCs, IPdfFunction tintTransform, float[] value)

Parameters

names IList<string>

the names oif the components

alternateCs PdfColorSpace

the alternate color space

tintTransform IPdfFunction

the function to transform color to the alternate color space

value float[]

the values for the components of this color

DeviceN(DeviceN)

Creates a DeviceN color using the given PdfSpecialCs color space.

public DeviceN(PdfSpecialCs.DeviceN cs)

Parameters

cs PdfSpecialCs.DeviceN

Color space

DeviceN(DeviceN, float[])

Creates a DeviceN color using the given PdfSpecialCs color space and color values.

public DeviceN(PdfSpecialCs.DeviceN cs, float[] value)

Parameters

cs PdfSpecialCs.DeviceN

Color space

value float[]

Color component values