Skip to content
  • Ell's avatar
    gegl-color: store color data using a variable format · d18d4019
    Ell authored
    Have GeglColor store the color data intenally using a variable
    format, instead of always using "RGBA float".  In particular, when
    a GeglColor is set through gegl_color_set_pixel(), store the color
    using the input format, so that reading it back using
    gegl_color_get_pixel() with the same format produces an identical
    value.
    d18d4019