Vcl.Controls.TImageList.BlendColor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property BlendColor: TColor read FBlendColor write FBlendColor default 536870911;

C++

__property BlendColor = {default=536870911};

Properties

Type Visibility Source Unit Parent
property published
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TImageList

Description

Determines which foreground color to use when drawing an image.

Vcl.Controls.TImageList.BlendColor inherits from Vcl.ImgList.TCustomImageList.BlendColor. All content below this line refers to Vcl.ImgList.TCustomImageList.BlendColor.

Determines which foreground color to use when drawing an image.

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 .

See Also