Unit 'BGRAFilters' Package
[Overview][Types][Classes][Procedures and functions][Index] [#pl_bgrabitmap]

FilterEmboss

Declaration

Source position: bgrafilters.pas line 53

function FilterEmboss(

  bmp: TBGRACustomBitmap;

  angle: single;

  AStrength: Integer = 64;

  AOptions: TEmbossOptions = []

):TBGRACustomBitmap; overload;

function FilterEmboss(

  bmp: TBGRACustomBitmap;

  angle: single;

  ABounds: TRect;

  AStrength: Integer = 64;

  AOptions: TEmbossOptions = []

):TBGRACustomBitmap; overload;



CT Web help

CodeTyphon Studio