Class DeviceN
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
PdfColorSpacethe alternate color space
tintTransform
IPdfFunctionthe 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.DeviceNColor 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.DeviceNColor space
value
float[]Color component values