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

CreateDitheringTask

Declaration

Source position: bgradithering.pas line 113

function CreateDitheringTask(

  AAlgorithm: TDitheringAlgorithm;

  ABitmap: TBGRACustomBitmap;

  APalette: TBGRACustomApproxPalette;

  AIgnoreAlpha: Boolean

):TDitheringTask; overload;

function CreateDitheringTask(

  AAlgorithm: TDitheringAlgorithm;

  ABitmap: TBGRACustomBitmap;

  APalette: TBGRACustomApproxPalette;

  AIgnoreAlpha: Boolean;

  ABounds: TRect

):TDitheringTask; overload;

function CreateDitheringTask(

  AAlgorithm: TDitheringAlgorithm;

  ASource: IBGRAScanner;

  ADestination: TBGRACustomBitmap;

  ABounds: TRect

):TDitheringTask; overload;

function CreateDitheringTask(

  AAlgorithm: TDitheringAlgorithm;

  ASource: IBGRAScanner;

  ADestination: TBGRACustomBitmap;

  APalette: TBGRACustomApproxPalette;

  AIgnoreAlpha: Boolean;

  ABounds: TRect

):TDitheringTask; overload;



CT Web help

CodeTyphon Studio