fastGetDibPixel

Definition: a32Colour c3 = fastGetDibPixel(a32Dib dib, integer x, integer y)
Description: Gets the colour of a pixel from the bitmap.
Comments: This is much faster than getDibPixel, but does not check for boundaries. Only use this function if you are absolutely sure that (x, y) is on the bitmap.
See Also: getDibPixel