GimpUi.ColorSelector.get_toggles_visible

@accepts(GimpUi.ColorSelector)
@returns(bool)
def get_toggles_visible(self):
    # Python wrapper for gimp_color_selector_get_toggles_visible()
  

Returns the @visible property of the self's toggles.

Since 2.10

self

A GimpUi.ColorSelector widget.

Returns