Vcl.ImgList.TCustomImageList.BlendColor
Delphi
property BlendColor: TColor read FBlendColor write FBlendColor default clNone;
C++
__property System::Uitypes::TColor BlendColor = {read=FBlendColor, write=FBlendColor, default=536870911};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | Vcl.ImgList.pas Vcl.ImgList.hpp |
Vcl.ImgList | TCustomImageList |
Description
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 .