GimpUi.ColorSelector.prototype.get_color

function get_color(): [rgb: Gimp.RGB, hsv: Gimp.HSV] {
    // Gjs wrapper for gimp_color_selector_get_color()
}
  

Retrieves the color shown in the selector widget.

Since 2.10

rgb

Return location for the color.

hsv

Return location for the same same color in HSV.