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