getColorForTheme() function

getColorForTheme() function

Signature

  1. export declare function getColorForTheme(color: string, theme: GrafanaTheme): string;

Import

  1. import { getColorForTheme } from '@grafana/data';

Parameters

ParameterTypeDescription
colorstring
themeGrafanaTheme

Returns:

string