Cogl.Color.prototype.set_alpha_byte
function set_alpha_byte(alpha: Number(guint8)): void { // Gjs wrapper for cogl_color_set_alpha_byte() }
Sets the alpha channel of color to alpha.
Since 1.4
- alpha
a byte value between 0 and 255
function set_alpha_byte(alpha: Number(guint8)): void { // Gjs wrapper for cogl_color_set_alpha_byte() }
Sets the alpha channel of color to alpha.
Since 1.4
a byte value between 0 and 255