Skip to content

@graphty/graphty-element / config / colorToHex

Function: colorToHex()

colorToHex(s): string | undefined

Defined in: src/config/common.ts:21

Converts a color string to hexadecimal format.

Parameters

s

string

Color string to convert

Returns

string | undefined

Hexadecimal color string or undefined if invalid