Graphisoft®

GX ModuleVersion: 16

GXSetGSPixMapPixel

Sets a pixel in the pixmap.

    void GXSetGSPixMapPixel (
      GSPixMapHandle       pixMapH,
      Int32                h,
      Int32                v,
      const GX_ARGBColor*  argb
    );

Parameters

pixMapH
The pixmap to be modified.
h
The x co-ordinate of the modified pixel.
v
The y co-ordinate of the modified pixel.
argb
The needed new value of the pixel.

Remarks

To use GXSetGSPixMapPixel is convenient but very slow compared with the direct access of pixels of the pixmap: a function call to set each pixel value.

Requirements

Version:
GX 10 or later
Header:
Graphics2D.h
Import Library:
GXImp.lib
Module:
GX.dll [WIN], GX.framework [MAC]

See Also

Graphics functions