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, wherexis any text not containing a colon, and ARGB are integers between 0 and 255.x:name, wherexis as above andnameis lowercased and re-evaluated by this function.#RRGGBB. Alpha is 255.AARRGGBB, with no hash mark.