visible
Syntax
[the] visible of <object>
set the visible of color picker to true
Explanation
The visible
property is used to let you show/hide an object. It can either be
true
indicating the object is visible, or false
to remove the object from the
screen (temporarily, until you show it again).
Hiding objects is faster (and simpler) than deleting and re-creating an object.