ImageEn, unit iexHelperFunctions

TIEBitmap.IEAddSoftShadow

TIEBitmap.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 TIEBitmap


Example

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