Searched refs:getBackgroundLightColor (Results 1 – 4 of 4) sorted by relevance
10 …ports.getWarningColor = exports.getBackgroundDarkColor = exports.getBackgroundLightColor = exports…16 function getBackgroundLightColor(opacity) { function19 exports.getBackgroundLightColor = getBackgroundLightColor;
9 export declare function getBackgroundLightColor(opacity?: number): string;
1 …1, 51, ${opacity == null ? 1 : opacity})`;\n}\n\nexport function getBackgroundLightColor(opacity?:…
14 export function getBackgroundLightColor(opacity?: number): string { function