[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
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; |
| |
TObject |