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, setColorValue
public 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 components
alternateCs
- the alternate color space
tintTransform
- the function to transform color to the alternate color space
value
- the values for the components of this color
public DeviceN(List<String> names, PdfColorSpace alternateCs, IPdfFunction tintTransform, float[] value)
names
- the names oif the components
alternateCs
- the alternate color space
tintTransform
- the function to transform color to the alternate color space
value
- the values for the components of this color
Copyright © 1998–2022 iText Group NV. All rights reserved.