GimpUi.ColorArea.set_color
@accepts(GimpUi.ColorArea, Gimp.RGB)
@returns(none)
def set_color(self, color):
# Python wrapper for gimp_color_area_set_color()
Sets self to a different color.
- self
Pointer to a GimpUi.ColorArea.
- color
Pointer to a Gimp.RGB struct that defines the new color.