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

TCustomImageList.BlendColor

Color used when blending (dithering) an image.

Declaration

Source position: imglist.pp line 401

public property TCustomImageList.BlendColor : TColor
  read FBlendColor
  write FBlendColor
  default clNone;

Description

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.

See also

TDrawingStyle

  

Defines drawing styles for images.

TCustomImageList.DrawingStyle

  

The default drawing style for images in the image list.

TCustomImageListResolution.Draw

  

Renders an image to the specified canvas.

TCustomImageListResolution.DrawOverlay

  

Draws the specified image with the given overlay.


Version 3.2 Generated 2024-02-25 Home