Method
GeglColorget_bytes
Declaration [src]
GBytes*
gegl_color_get_bytes (
GeglColor* color,
const Babl* format
)
Parameters
format
-
Type:
Babl
A babl pixel format.
The data is owned by the caller of the function.
Return value
Type: GBytes
The color in the given format
.
The caller of the method takes ownership of the data, and is responsible for freeing it. |