Interface: IColorConvertModule ​
Table of contents ​
Methods ​
Methods ​
string ​
â–¸ string(color, opacity?): string
Parameters ​
| Name | Type |
|---|---|
color | IColor |
opacity? | number |
Returns ​
string
Defined in ​
src/ui/packages/interface/src/module/IColorConvert.ts:4
object ​
â–¸ object(color, opacity?): IRGBA
Parameters ​
| Name | Type |
|---|---|
color | IColor |
opacity? | number |
Returns ​
Defined in ​
src/ui/packages/interface/src/module/IColorConvert.ts:5
hasTransparent ​
â–¸ hasTransparent(color): boolean
Parameters ​
| Name | Type |
|---|---|
color | string |
Returns ​
boolean