[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
_gPixelSet()
Draw a pixel
------------------------------------------------------------------------------
C Prototype
#include "llibg.api"
void _gPixelSet(
int iX,
int iY,
DWORD dwColor,
init iMode
)
Arguments
iX is the pixel-based X coordinate.
iY is the pixel-based Y coordinate.
dwColor is the pixel color. The range of valid values is limited to
the number of colors available in the selected video mode. For example,
in 16-color modes, valid values are between zero and 15, and in 256-
color modes, valid values are between zero and 255.
iMode is the display mode (see _gEllipse() for a table of possible
values).
Files Library is LLIBG.LIB, header file is Llibg.api.
See Also:
_gEllipse()
_gPixelGet()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson