Daedalus Dock - Modules - Types

code/__HELPERS/colors.dm

/proc/is_color_darkGiven a color in the format of "#RRGGBB", will return if the color is dark.
/proc/expand_three_digit_colorGiven a 3 character color (no hash), converts it into #RRGGBB (with hash)
/proc/random_colourReturns a random color picked from a list, has 2 modes (0 and 1), mode 1 doesn't pick white, black or gray
/proc/invert_HTML_colourInverts the colour of an HTML string
/proc/flash_colorFlash a color on the client