GimpUi.ColorHexEntry.get_color
@accepts(GimpUi.ColorHexEntry)
@returns(Gegl.Color)
def get_color(self):
# Python wrapper for gimp_color_hex_entry_get_color()
Retrieves the color value displayed by a GimpUi.ColorHexEntry.
Since 2.2
- self
a GimpUi.ColorHexEntry widget
- Returns