Skip to content

@mastondzn/dank-twitch-irc / colorToHexString

Function: colorToHexString()

colorToHexString(color): string

Make a hexadecimal color string (like e.g. #AABBCC) from a given color object.

Parameters

color: Color

Returns

string

Source

src/message/color.ts:15