black
|
|
Access
|
read-write
|
Returns
|
float
|
blue
|
|
Access
|
read-write
|
Returns
|
float
|
colorType
|
|
Access
|
read-only
|
Returns
|
int
|
cyan
|
|
Access
|
read-write
|
Returns
|
float
|
green
|
|
Access
|
read-write
|
Returns
|
float
|
magenta
|
|
Access
|
read-write
|
Returns
|
float
|
name
|
|
Access
|
read-only
|
Returns
|
String
|
overprint
|
|
Access
|
read-write
|
Returns
|
boolean
|
red
|
|
Access
|
read-write
|
Returns
|
float
|
yellow
|
|
Access
|
read-write
|
Returns
|
float
|
fColorcolor
|
|
Parameters
|
Stringcolor
A string representing the color to create.
|
Returns
|
fColor. A new object of class fColor.
|
readResolveobj
|
|
Parameters
|
Objectobj
The serialized representation.
|
Returns
|
fColor. The object corresponding to the serialized representation.
|
toCMYKmode
|
|
Parameters
|
intmode
The format to write the color as. Value is one of fColor.ColorMode.
|
Returns
|
String. The string representation of this color expressed as an CMYK color.
|
toRGBmode
|
|
Parameters
|
intmode
The format to write the color as. Value is one of fColor.ColorMode.
|
Returns
|
String. The string representation of this color expressed as an RGB color.
|
toString
|
|
Parameters
|
None
|
Returns
|
String. The string representation of this color.
|
writeReplace
|
|
Parameters
|
None
|
Returns
|
Object. A serializable representation of this object.
|