procedure Clear; overload;
procedure Clear(FillColor: TColor32); overload;
Fills the entire bitmap with FillColor. If there is no argument specified, method uses clBlack32 ($FF000000).
[See also]: Delete