colorManipulator.recomposeColor() function
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
colorManipulator.recomposeColor() function
Converts a color object with type and values to a string.
Signature
export declare function recomposeColor(color: DecomposeColor): string;
Import
import { colorManipulator } from '@grafana/data';
const { recomposeColor } = colorManipulator;
Parameters
Parameter | Type | Description |
---|---|---|
color | DecomposeColor | Decomposed color |
Returns:
string
A CSS color string