Class Separation
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
stringthe name for the separation color
alternateCs
PdfColorSpacethe alternative color space
tintTransform
IPdfFunctionthe function to transform color to the alternate color space
value
floatthe color value
Separation(Separation)
Creates a separation color using the given PdfSpecialCs color space.
public Separation(PdfSpecialCs.Separation cs)
Parameters
cs
PdfSpecialCs.SeparationColor 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.SeparationColor space
value
floatColor value