|
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
|
|
fColor color
|
|
|
Parameters
|
String color
A string representing the color to create.
|
|
Returns
|
fColor. A new object of class fColor.
|
|
readResolve obj
|
|
|
Parameters
|
Object obj
The serialized representation.
|
|
Returns
|
fColor. The object corresponding to the serialized representation.
|
|
toCMYK mode
|
|
|
Parameters
|
int mode
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.
|
|
toRGB mode
|
|
|
Parameters
|
int mode
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.
|