getDibPixel
| Definition: |
a32Colour0 c3 = getDibPixel(a32Dib dib, integer x, integer y) -- c3 is 0 or {b,g,r} |
| Description: | Gets the colour of a pixel from the bitmap. |
| Comments: | Returns 0 for pixels oputside the boundaries of bitmap. |
| See Also: | fastGetDibPixel |