Grx.Context.prototype.fast_get_pixel_at

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

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

This function does not perform clipping. If you are not sure x and y are within the bounds of the context, use Grx.Context.prototype.get_pixel_at instead.

x

the X coordinate

y

the Y coordinate

Returns