Skip to content
  • Ell's avatar
    color: use gegl_buffer_set_color() · 5c796601
    Ell authored
    In gegl:color, override GeglOperationSource::process(), instead of
    GeglOperationPointRender::process(), and simply call
    gegl_buffer_set_color() to fill the output buffer, instead of doing
    this manually.  gegl_buffer_set_color() can more efficiently reuse
    a single COW-ed tile.
    
    Opt out of multithreading, since it's no longer beneficial.
    5c796601