cairo_set_alpha 3 cairo_set_alpha set opaqueness for painting void cairo_set_alpha (cairo_t *cr, double alpha) cr : a cairo_r alpha : an alpha value between 0.0 and 1.0 Description functions cairo_set_alpha If alpha is not between 0.0 and 1.0 it will be restricted to fit.