Function

Gimpcairo_surface_get_format

Declaration [src]

const Babl*
gimp_cairo_surface_get_format (
  cairo_surface_t* surface
)

Description [src]

This function returns a Babl format that corresponds to surfaces pixel format.

Available since:2.10

Parameters

surface cairo_surface_t
 

A Cairo surface.

 The data is owned by the caller of the function.

Return value

Returns: Babl
 

The Babl format of surface.

 The data is owned by the called function.