Murl Engine Lua Addon API  Version 1.0 beta
ColorStringFormat

Color string formats


Group members

Enumerations


ColorStringFormat

Color string formats

Murl.STRING_FORMAT_UNKNOWNUnknown format
Murl.STRING_FORMAT_FLOATFloat format, e.g. "0.75f,0.5f,0.25f,1f" (RGBA)
Murl.STRING_FORMAT_INTInteger format, e.g. "192i,128i,64i,255i" (RGBA)
Murl.STRING_FORMAT_HEXHex format, e.g. "ffc08040h" (ARGB)
Murl.STRING_FORMAT_MIXEDString contains different format identifiers
Murl.STRING_FORMAT_INCOMPLETEString does not contain a format identifier for all components
Murl.NUM_STRING_FORMATSNumber of formats