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