Table of Contents

Class Separation

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

Representation of a separation color space.

public class Separation : Color
Inheritance
Separation
Inherited Members

Constructors

Separation(string, PdfColorSpace, IPdfFunction, float)

Creates a color in a new separation color space.

public Separation(string name, PdfColorSpace alternateCs, IPdfFunction tintTransform, float value)

Parameters

name string

the name for the separation color

alternateCs PdfColorSpace

the alternative color space

tintTransform IPdfFunction

the function to transform color to the alternate color space

value float

the color value

Separation(Separation)

Creates a separation color using the given PdfSpecialCs color space.

public Separation(PdfSpecialCs.Separation cs)

Parameters

cs PdfSpecialCs.Separation

Color space

Separation(Separation, float)

Creates a separation color using the given PdfSpecialCs color space and color value.

public Separation(PdfSpecialCs.Separation cs, float value)

Parameters

cs PdfSpecialCs.Separation

Color space

value float

Color value