Grx.color_query

function color_query(c: Grx.Color): [r: Number(guint8), g: Number(guint8), b: Number(guint8)] {
    // Gjs 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