Important: This documentation is about an older version. It's relevant only to the release noted, many of the features and functions have been updated or replaced. Please view the current version.
getTextColorForBackground() function
getTextColorForBackground() function
Signature
export declare function getTextColorForBackground(color: string): "rgb(32, 34, 38)" | "rgb(247, 248, 250)";
Import
import { getTextColorForBackground } from '@grafana/ui';
Parameters
Parameter | Type | Description |
---|---|---|
color | string |
Returns:
"rgb(32, 34, 38)" | "rgb(247, 248, 250)"