Class ProcessColor
Constructors
(constructor)(alpha, profile)
Constructs a new instance of the ProcessColor class
Declaration
constructor(alpha: number, profile?: string);
Parameters
| Type |
Name |
Description |
| number |
alpha |
|
| string |
profile |
|
Properties
alpha
Declaration
Property Value
isTransparent
Declaration
get isTransparent(): boolean;
Property Value
profile
Declaration
Property Value
Methods
equals(other)
Declaration
equals(other: Color): boolean;
Parameters
| Type |
Name |
Description |
| Color |
other |
|
Returns
getData()
Declaration
getData(): IProcessColor;
Returns