[Overview][Types][Classes][Index] |
Defines transparency and blending of rendered images.
Source position: imglist.pp line 103
type TDrawingStyle = ( |
||
dsFocus, |
|
Applies 25% of BlendColor. |
dsSelected, |
|
Applies 50% of BlendColor. |
dsNormal, |
|
Draw using BkColor for the background, transparent if BkColor is clNone. |
dsTransparent |
|
Always draw transparently, ignore BkColor and BlendColor. |
); |
Blending means that the Color is merged with the previous contents of the destination area by a degree defined by an alpha value.
lazarus-ccr.sourceforge.net |