Graphisoft®

GX ModuleVersion: 16

GXFillGSPixMap

Fills the whole pixmap with the given color.

    void GXFillGSPixMap (
      GSPixMapHandle       offPixMap,
      const GX_ARGBColor&  argb
    );

Parameters

offPixMap
The pixmap to be filled.
argb
The color used for the filling.

Remarks

This function can be used to initialize or clear a pixmap contents.

Requirements

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

See Also

Graphics functions