Graphisoft®

GX ModuleVersion: 16

GXSetGSPixMapPixelType

Sets the pixel type attribute of the pixmap.

    void GXSetGSPixMapPixelType (
      GSPixMapHandle  pixMapH,
      GSPixelType     pixelType
    );

Parameters

pixMapH
The pixmap to be modified.
pixelType
The desired new pixel type. The possible values are:
GSPT_ARGB
plain ARGB representation
GSPT_ALongRGB
internal usage only

Requirements

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

See Also

Graphics functions