This documentation is for the old version. Go to the latest Graphics Mill docs

ColorManagementProvider.ColorQuantizationAlgorithm Property

Gets/sets a color quantiztion algorithm used to reduce colors.

Namespace: Aurigma.GraphicsMill
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

Visual Basic
Public Property ColorQuantizationAlgorithm As ColorQuantizationAlgorithm
C#
public ColorQuantizationAlgorithm ColorQuantizationAlgorithm { get; set; }

Property Value

ColorQuantizationAlgorithm value specifying the quantiztion algorithm used during color reduction.

See Also

Reference