Grx.color_cell_set
function color_cell_set(c: Grx.ColorCell, r: Number(guint8), g: Number(guint8), b: Number(guint8)): void {
// Gjs wrapper for grx_color_cell_set()
}
Sets/changes the color of a cell after it was allocated.
- c
a color that was allocated by Grx.color_cell_get
- r
the red component
- g
the green component
- b
the blue component