ImageEn, unit iexHelperFunctions

TBitmap.IEAddSoftShadow

TBitmap.IEAddSoftShadow


Declaration

procedure IEAddSoftShadow(iBlurRadius: integer;
                          iShadowOffset : Integer;
                          cBGColor: TColor;
                          LightOrigin: TLightOrigin = _loTopLeft;
                          cShadowColor: TColor = clblack);



Description

Calls AddSoftShadow to add a soft shadow to an image in a TBitmap


Example

// Add a soft shadow to the bitmap image
MyBitmap.IEAddSoftShadow(3, 3, clWhite);