[Overview][Types][Classes][Index] Reference for unit 'ImgList' (#lcl)

TCustomImageList.ReplaceMasked

ReplaceMasked - replaces the indexed image with the image given. Every instance of MaskColor will be converted to transparent

Declaration

Source position: imglist.pp line 185

public procedure TCustomImageList.ReplaceMasked(

  Index: Integer;

  NewImage: TCustomBitmap;

  MaskColor: TColor

);