NewImage Function
Imaging

Creates empty image of given dimensions and format.

Pascal
function NewImage(Width: LongInt; 
                  Height: LongInt; 
                  Format: TImageFormat; 
                  var Image: TImageData): Boolean;
File

Imaging (at line 60)

Description

Image is filled with transparent black color (A=0, R=0, G=0, B=0).

Related Information
You are here: Symbol Reference > Functions > NewImage Function