Cogl.Framebuffer.prototype.get_color_mask

function get_color_mask(): Cogl.ColorMask {
    // Gjs wrapper for cogl_framebuffer_get_color_mask()
}
  

Gets the current Cogl.ColorMask of which channels would be written to the current framebuffer. Each bit set in the mask means that the corresponding color would be written.

Since 1.8

Returns

A Cogl.ColorMask