GimpUi.ColorDisplay.convert_buffer

@accepts(GimpUi.ColorDisplay, Gegl.Buffer, Gegl.Rectangle)
@returns(none)
def convert_buffer(self, buffer, area):
    # Python wrapper for gimp_color_display_convert_buffer()
  

Converts all pixels in area of buffer.

Since 2.10

self

a GimpUi.ColorDisplay

buffer

a Gegl.Buffer

area

area in buffer to convert