Graphisoft®

GX ModuleVersion: 16

GXGSPixMapIsAllAlphaEqual

Determines if are all alpha values in the pixmap equal to the given value.

    bool GXGSPixMapIsAllAlphaEqual (
      GSPixMapHandle  pixMapH,
      unsigned char*  value = NULL
    );

Parameters

pixMapH
The pixmap to be queried.
value
The value to be queried.

Return Values

True, if all the alpha values are equal with the supplied 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