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

  1. export declare function recomposeColor(color: DecomposeColor): string;

Import

  1. import { colorManipulator } from '@grafana/data';
  2. const { recomposeColor } = colorManipulator;

Parameters

ParameterTypeDescription
colorDecomposeColorDecomposed color

Returns:

string

A CSS color string