Create a color from its name, as defined by the following schemes:
x:A:R:G:B
x
x:name
name
#RRGGBB
AARRGGBB
Generated using TypeDoc
Create a color from its name, as defined by the following schemes:
x:A:R:G:B
, wherex
is any text not containing a colon, and ARGB are integers between 0 and 255.x:name
, wherex
is as above andname
is lowercased and re-evaluated by this function.#RRGGBB
. Alpha is 255.AARRGGBB
, with no hash mark.