GimpUi.ColorSelector.get_color

@accepts(GimpUi.ColorSelector, Gimp.RGB, Gimp.HSV)
@returns(none)
def get_color(self, rgb, hsv):
    # Python wrapper for gimp_color_selector_get_color()
  

Retrieves the color shown in the self widget.

Since 2.10

self

A GimpUi.ColorSelector widget.

rgb

Return location for the color.

hsv

Return location for the same same color in HSV.