set_color# CircuitComponent.set_color(red=255, green=128, blue=0)[source]# Set symbol color. Parameters: redint, optionalRed color value. The default is 255. greenint, optionalGreen color value. The default is 128. blueint, optionalBlue color value. The default is 0 Returns: boolTrue when successful, False when failed. References >>> oEditor.ChangeProperty Copy to clipboard