set_color# CircuitComponent.set_color(R=255, G=128, B=0)[source]# Set symbol color. Parameters: Rint, optionalRed color value. The default is 255. Gint, optionalGreen color value. The default is 128. Bint, optionalBlue color value. The default is 0 Returns: boolTrue when successful, False when failed. References >>> oEditor.ChangeProperty Copy to clipboard