Color used when blending (dithering) an image.
Source position: imglist.pp line 401
public property TCustomImageList.BlendColor : TColor |
BlendColor is a TColor property that indicates the color combined with an image to achieve the DrawingStyle for the image list. The default value for the property is clNone.
Set BlendColor to cause the images in the list to be combined with the specified color when the DrawingStyle is dsFocus or dsSelected. More of BlendColor is combined with the images when DrawingStyle is dsSelected. clNone specifies no blend color while clDefault specifies the system highlight.
The value in BlendColor is used in TCustomImageListResolution methods like Draw and DrawOverlay.
|
Defines drawing styles for images. |
|
|
The default drawing style for images in the image list. |
|
|
Renders an image to the specified canvas. |
|
|
Draws the specified image with the given overlay. |
Lazarus Component Library (LCL) | Version 3.99-1b97b99691 (2024-09-01) | Home |