setDefaultColor(color_item, color)
Sets the default color that will be used for new network elements such as network boxes and sticky notes. Node default colors are controlled with methods on the hou.NodeType for each node type.
The color
parameter can either be a hou.Color or None
, in which case
the default color is cleared, and the standard default colors are used.
See also |