fast_draw_pixel


Description:

public void fast_draw_pixel (int x, int y, Color c)

Draw a single pixel on the current 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 current context, use draw_pixel instead.

Parameters:

x

the X coordinate

y

the Y coordinate

c

the color (can include ColorMode)


Namespace: Grx
Package: grx-3.0