Skip to content

@graphty/graphty-element / config / colorToHex

Function: colorToHex() ​

colorToHex(s): string | undefined

Defined in: graphty-element/src/config/common.ts:15

Converts a color string to hexadecimal format.

Parameters ​

s ​

string

Color string to convert

Returns ​

string | undefined

Hexadecimal color string or undefined if invalid