Cogl.Color.prototype.set_blue
function set_blue(blue: Number(gfloat)): void { // Gjs wrapper for cogl_color_set_blue() }
Sets the blue channel of color to blue.
Since 1.4
- blue
a float value between 0.0f and 1.0f
function set_blue(blue: Number(gfloat)): void { // Gjs wrapper for cogl_color_set_blue() }
Sets the blue channel of color to blue.
Since 1.4
a float value between 0.0f and 1.0f