Cogl.Pipeline.prototype.set_color4ub
function set_color4ub(red: Number(guint8), green: Number(guint8), blue: Number(guint8), alpha: Number(guint8)): void { // Gjs wrapper for cogl_pipeline_set_color4ub() }
Sets the basic color of the pipeline, used when no lighting is enabled.
The default value is (0xff, 0xff, 0xff, 0xff)
Since 2.0
- red
The red component
- green
The green component
- blue
The blue component
- alpha
The alpha component