Table of Contents

Quantizer.Quantizer Constructor

Constructs the quantizer.

Remarks

If you construct this class with a true value for singlePass, then the code will, when quantizing your image, only call the 'QuantizeImage' function. If two passes are required, the code will call 'InitialQuantizeImage' and then 'QuantizeImage'.

Syntax

Namespace: FlexCel.Draw

protected Quantizer(Boolean singlePass)

Parameters

<-> Parameter Type Description
singlePass Boolean If true, the quantization only needs to loop through the Source pixels once

See also