PutColor()
Put a color parameter in the data base.
Usage
PutColor( path, par,
value, clobber=True )
Parameters
- path (string)
- Data base path of the node containing the parameter.
- par (string)
- Parameter name.
- value (array) (of RGB)
- The parameter value.
- clobber (boolean)
- The parameter value will be overwritten if clobber is true.
Return Value
None
Error
The parameter must be an array of RGB color values.
Description
nodeClr = ROOT + RS + color'
PutColor( nodeClr, 'colorValue', [0.5,0.25,0.34],False)