newDib

Definition: a32Dib0 dib = newDib(integer width, integer height)
Description: Attempts to create a new 24-bit bitmap of the desired width and height.
Comments: Returns 0 if the bitmap could not be created.

When you no longer need the bitmap, you have to delete it by calling the killDib procedure.
See Also: killDib