Clear

Graphics32

TBitmap32.Clear

procedure Clear; overload;

procedure Clear(FillColor: TColor32); overload;

Description

Fills the entire bitmap with FillColor. If there is no argument specified, method uses clBlack32 ($FF000000).

See Also

TCustomMap.Delete, TColor32