Cogl.Framebuffer.prototype.get_dither_enabled

function get_dither_enabled(): Cogl.Bool {
    // Gjs wrapper for cogl_framebuffer_get_dither_enabled()
}
  

Returns whether dithering has been requested for the given framebuffer. See Cogl.Framebuffer.prototype.set_dither_enabled for more details about dithering.

<note>This may return true even when the underlying framebuffer display pipeline does not support dithering. This value only represents the user's request for dithering.</note>

Since 1.8

Returns

true if dithering has been requested or false if not.