A color value can be converted to a string and can also be assigned using a
string. The string is a hexadecimal triplet or quad in the form "#RRGGBB"
and "#AARRGGBB" respectively. For example, the color red corresponds to a
triplet of "#FF0000" and a slightly transparent blue to a quad of
"#800000FF".
A color value.
A color value can be converted to a string and can also be assigned using a string. The string is a hexadecimal triplet or quad in the form "#RRGGBB" and "#AARRGGBB" respectively. For example, the color red corresponds to a triplet of "#FF0000" and a slightly transparent blue to a quad of "#800000FF".
Use tiled.color to create a color value.