GXGetGSPixMapPixel
Gives the color value of the pixel given by its row and column.
void GXGetGSPixMapPixel (
GSPixMapHandle pixMapH,
Int32 h,
Int32 v,
GX_ARGBColor* argb
);
Parameters
- pixMapH
- The pixmap to be queried.
- h
- The selected column.
- v
- The selected row.
- argb
- The returned color of the pixel.
Remarks
This method is not as quick as the direct access but more convenient.
Requirements
- Version:
- GX 10 or later
- Header:
- Graphics2D.h
- Import Library:
- GXImp.lib
- Module:
- GX.dll [WIN], GX.framework [MAC]