Grx.color_query
@accepts(Grx.Color, guint8, guint8, guint8) @returns(none) def color_query(c, r, g, b): # Python wrapper for grx_color_query()
Gets the RGB color components of a color.
- c
the color
- r
the red component
- g
the green component
- b
the blue component