Function
Coglpixel_format_get_bytes_per_pixel
since: 13
Declaration [src]
int
cogl_pixel_format_get_bytes_per_pixel (
CoglPixelFormat format,
int plane
)
Description [src]
Queries the number of bytes per pixel for a given format in the given plane.
Available since: 13
Parameters
format-
Type:
CoglPixelFormatThe pixel format.
plane-
Type:
intThe index of the plane (should not be more than the number of planes in the given format).