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(PdfSpecialCs.DeviceN cs)
Creates a DeviceN color using the given
PdfSpecialCs color space. |
DeviceN(PdfSpecialCs.DeviceN cs,
float[] value)
Creates a DeviceN color using the given
PdfSpecialCs color space and color values. |
convertCmykToRgb, convertRgbToCmyk, createColorWithColorSpace, equals, getColorSpace, getColorValue, getNumberOfComponents, hashCode, makeColor, makeColor, setColorValuepublic DeviceN(PdfSpecialCs.DeviceN cs)
PdfSpecialCs color space.cs - Color spacepublic DeviceN(PdfSpecialCs.DeviceN cs, float[] value)
PdfSpecialCs color space and color values.cs - Color spacevalue - Color component valuespublic 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–2024 Apryse Group NV. All rights reserved.