[Overview][Types][Classes][Index] |
ReplaceMasked - replaces the indexed image with the image given.
Source position: imglist.pp line 207
public procedure TCustomImageList.ReplaceMasked( |
Index: Integer; |
NewImage: TCustomBitmap; |
MaskColor: TColor |
); |
Index |
|
The index of the replaced image. |
NewImage |
|
A bitmap image. |
MaskColor |
|
The color acting as transparant color. |
Every pixel of MaskColor will be converted to transparent.
|
Adds one or more transparent bitmaps to the list. |
|
|
Adds one or more (bitmap width / imagelist width) transparent bitmaps to the list. |
lazarus-ccr.sourceforge.net |