Grx.user_get_pixel_at

function user_get_pixel_at(x: Number(gint), y: Number(gint)): Grx.Color {
    // Gjs wrapper for grx_user_get_pixel_at()
}
  

Gets the color value of the pixel in the current context at the specified coordinates.

x

the X coordinate

y

the Y coordinate

Returns