Unit 'FPQuantizer' Package
[Overview][Constants][Types][Classes][Index] [#fcl-image]

TFPColorQuantizer

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: fpquantizer.pas line 32

type TFPColorQuantizer = class

protected

  FColNum: LongWord;

  FSupportsAlpha: Boolean;

  FImages: array of TFPCustomImage;

  FCount: Integer;

  function InternalQuantize; virtual; abstract;

  procedure SetColNum(); virtual;

  procedure Progress(); virtual;

  function GetImage();

  procedure SetImage();

  procedure SetCount();

public

  property OnProgress: TFPQuantizerProgressEvent; [rw]

  property Images []: TFPCustomImage; [rw]

  property Count: Integer; [rw]

  property ColorNumber: LongWord; [rw]

  property SupportsAlpha: Boolean; [r]

  procedure Clear;

  procedure Add();

  function Quantize;

  constructor Create; virtual;

  destructor Destroy; override;

end;

Inheritance

TFPColorQuantizer

|

TObject


Documentation generated on: 2023-03-18