Interface IColorPreviewService
Package: @aurigma/design-atoms-text
Methods
getPreviewAsync(color)
Declaration
getPreviewAsync(color: Color): Promise<RgbColor>;
Parameters
Type | Name | Description |
---|---|---|
Color | color |
Returns
Type | Description |
---|---|
Promise<RgbColor> |