Grx.color_cell_set

@accepts(Grx.ColorCell, guint8, guint8, guint8)
@returns(none)
def color_cell_set(c, r, g, b):
    # Python 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