Class SpotColor
Constructors
(constructor)(ink, tint, alpha)
Constructs a new instance of the SpotColor class
Declaration
constructor(ink: Ink, tint: number, alpha?: number);
Parameters
| Type |
Name |
Description |
| Ink |
ink |
|
| number |
tint |
|
| number |
alpha |
|
Properties
_colorSpace
Declaration
protected readonly _colorSpace: ColorSpace;
Property Value
alpha
Declaration
Property Value
ink
Declaration
Property Value
isTransparent
Declaration
get isTransparent(): boolean;
Property Value
tint
Declaration
Property Value
Methods
clone()
Declaration
Returns
equals(other)
Declaration
equals(other: Color): boolean;
Parameters
| Type |
Name |
Description |
| Color |
other |
|
Returns
getData()
Declaration
Returns
toString()
Declaration
Returns