public class DeviceN extends Color
colorSpace, colorValue| Constructor and Description |
|---|
DeviceN(List<String> names,
PdfColorSpace alternateCs,
IPdfFunction tintTransform,
float[] value)
Creates a color in a new DeviceN color space.
|
DeviceN(List<String> names,
PdfColorSpace alternateCs,
PdfFunction tintTransform,
float[] value)
Deprecated.
Use constructor
DeviceN(List, PdfColorSpace, IPdfFunction, float[]) DeviceN} instead. |
DeviceN(PdfSpecialCs.DeviceN cs) |
DeviceN(PdfSpecialCs.DeviceN cs,
float[] value) |
convertCmykToRgb, convertRgbToCmyk, equals, getColorSpace, getColorValue, getNumberOfComponents, hashCode, makeColor, makeColor, setColorValuepublic DeviceN(PdfSpecialCs.DeviceN cs)
public DeviceN(PdfSpecialCs.DeviceN cs, float[] value)
@Deprecated public DeviceN(List<String> names, PdfColorSpace alternateCs, PdfFunction tintTransform, float[] value)
DeviceN(List, PdfColorSpace, IPdfFunction, float[]) DeviceN} instead.names - the names oif the componentsalternateCs - the alternate color spacetintTransform - the function to transform color to the alternate color spacevalue - the values for the components of this colorpublic DeviceN(List<String> names, PdfColorSpace alternateCs, IPdfFunction tintTransform, float[] value)
names - the names oif the componentsalternateCs - the alternate color spacetintTransform - the function to transform color to the alternate color spacevalue - the values for the components of this colorCopyright © 1998–2023 iText Group NV. All rights reserved.