Run when the color select frame's color selection changes
Signature:
OnColorSelect(self,
r,
g,
b)
Arguments:
self
- Reference to the widget for which the script was run (frame
)r
- Red component of the selected color (0.0 - 1.0) (number
)g
- Green component of the selected color (0.0 - 1.0) (number
)b
- Blue component of the selected color (0.0 - 1.0) (number
)