Method
GeglColorset_rgba_with_space
Declaration [src]
void
gegl_color_set_rgba_with_space (
  GeglColor* color,
  gdouble red,
  gdouble green,
  gdouble blue,
  gdouble alpha,
  const Babl* space
)
Description [src]
Set color as RGBA data stored as space. If space is NULL, this is
equivalent to storing as sRGB.
Parameters
- red
- 
            Type: gdoubleRed value. 
- green
- 
            Type: gdoubleGreen value. 
- blue
- 
            Type: gdoubleBlue value. 
- alpha
- 
            Type: gdoubleAlpha value. 
- space
- 
            Type: BablRGB space. The data is owned by the caller of the method.