![]() |
Murl Engine Lua Addon API
Version 1.0 beta
|
Color string formats
Color string formats
Murl.STRING_FORMAT_UNKNOWN | Unknown format |
Murl.STRING_FORMAT_FLOAT | Float format, e.g. "0.75f,0.5f,0.25f,1f" (RGBA) |
Murl.STRING_FORMAT_INT | Integer format, e.g. "192i,128i,64i,255i" (RGBA) |
Murl.STRING_FORMAT_HEX | Hex format, e.g. "ffc08040h" (ARGB) |
Murl.STRING_FORMAT_MIXED | String contains different format identifiers |
Murl.STRING_FORMAT_INCOMPLETE | String does not contain a format identifier for all components |
Murl.NUM_STRING_FORMATS | Number of formats |