Color picker: a simple color picker with 3 slider
# Jump directly to Examples
Color picker: a simple color picker with 3 slider
-
class pymt.ui.widgets.composed.colorpick.MTColorPicker(**kwargs)
Bases: pymt.ui.widgets.scatter.MTScatterWidget
MTColorPicker is a implementation of a color picker using MTWidget
| Parameters : |
- min : int, default is 0
Minimum value of slider
- max : int, default is 255
Maximum value of slider
- targets : list, default is []
List of widget to be affected by change
- values : list, default is [77, 77, 77]
Default value of slider for RGB (0-255)
|