<< SL_FreeDisplayBitmap | SL_ReadDisplayBitmapRow >> |
Top: Documentation Library | Up: SoftLogik App Library API |
SL_ReadDisplayBitmapPixel
NAME
SL_ReadDisplayBitmapPixel -- reads a pixel value from a displayable bitmap.
SYNOPSIS
pixel = SL_ReadDisplayBitmapPixel(dbmh, x, y);
D0 A0D0 D1
ULONG SL_ReadDisplayBitmapPixel(DBMHANDLE, UWORD, UWORD);
FUNCTION
Returns the pixel value at x,y in the displayable bitmap.
INPUTS
dbmh - a handle as returned by SL_CreateDislayBitmap.
x - the x coord of the pixel to read.
y - the y coord of the pixel to read.
RESULTS
pixel - the pixel value at the given location.
SEE ALSO
SL_CreateDisplayBitmap, SL_FreeDisplayBitmap, SL_WriteDisplayBitmapPixel, SL_ReadDisplayBitmapRow, SL_WriteDisplayBitmapRow, SL_DrawDisplayBitmap, SL_DrawDisplayBitmapRect.
SL_ReadDisplayBitmapPixel Command Section By Type url:SL_ReadDisplayBitmapPixel
created:2008-03-01 23:36:34 last updated:2008-03-01 23:36:34
Copyright © 1985-2024 GrasshopperLLC. All Rights Reserved.
User Contributed Comments For SL_ReadDisplayBitmapPixel | sign in to add a comment |
There are no user contributed comments for this page. |
<< SL_FreeDisplayBitmap | SL_ReadDisplayBitmapRow >> |
Top: Documentation Library | Up: SoftLogik App Library API |