public class DeviceCmyk extends Color
Modifier and Type | Field and Description |
---|---|
static DeviceCmyk |
BLACK
Predefined black DeviceCmyk color
|
static DeviceCmyk |
CYAN
Predefined cyan DeviceCmyk color
|
static DeviceCmyk |
MAGENTA
Predefined magenta DeviceCmyk color
|
static DeviceCmyk |
YELLOW
Predefined yellow DeviceCmyk color
|
colorSpace, colorValue
Constructor and Description |
---|
DeviceCmyk()
Creates DeviceCmyk color with all colorants intensities initialised as zeroes.
|
DeviceCmyk(float c,
float m,
float y,
float k)
Creates DeviceCmyk color by intensities of cyan, magenta, yellow and black colorants.
|
DeviceCmyk(int c,
int m,
int y,
int k)
Creates DeviceCmyk color by intensities of cyan, magenta, yellow and black colorants.
|
Modifier and Type | Method and Description |
---|---|
static DeviceCmyk |
makeDarker(DeviceCmyk cmykColor)
Returns
DeviceCmyk color which is darker than given one |
static DeviceCmyk |
makeLighter(DeviceCmyk cmykColor)
Returns
DeviceCmyk color which is lighter than given one |
convertCmykToRgb, convertRgbToCmyk, equals, getColorSpace, getColorValue, getNumberOfComponents, hashCode, makeColor, makeColor, setColorValue
public static final DeviceCmyk CYAN
public static final DeviceCmyk MAGENTA
public static final DeviceCmyk YELLOW
public static final DeviceCmyk BLACK
public DeviceCmyk()
public DeviceCmyk(int c, int m, int y, int k)
c
- the intensity of cyan colorantm
- the intensity of magenta coloranty
- the intensity of yellow colorantk
- the intensity of black colorantpublic DeviceCmyk(float c, float m, float y, float k)
c
- the intensity of cyan colorantm
- the intensity of magenta coloranty
- the intensity of yellow colorantk
- the intensity of black colorantpublic static DeviceCmyk makeLighter(DeviceCmyk cmykColor)
DeviceCmyk
color which is lighter than given onecmykColor
- the DeviceCmyk color to be made lighterpublic static DeviceCmyk makeDarker(DeviceCmyk cmykColor)
DeviceCmyk
color which is darker than given onecmykColor
- the DeviceCmyk color to be made darkerCopyright © 1998–2023 Apryse Group NV. All rights reserved.