get_bitmasks


Description:


public void get_bitmasks (out int red, out int green, out int blue, out int alpha)

Gets the number of bitplanes used for each of the color components in the color buffer.

Note:

Use cogl_framebuffer_get_red/green/blue/alpha_bits() instead

Pass null for any of the arguments if the value is not required.

Parameters:

red

Return location for the number of red bits or null

green

Return location for the number of green bits or null

blue

Return location for the number of blue bits or null

alpha

Return location for the number of alpha bits or null


Namespace: Cogl
Package: cogl-1.0