Up
_colorSetS
_colorSetS defines a color to a Color object from a litteral string.
Prototype : fun [ObjColor S] ObjColor
- ObjColor : a Color objec.
- S : a litteral string.
- Return : ObjColor : the same Color object or nil if an error occurs
(typically a bad object or a bad string color)
See also
Example