DitheringMethod

Enum DitheringMethod

Namespace: Imagise.ImageEffectCreator.Dithering
Assembly: Imagise.ImageEffectCreator.dll

Dithering method.

public enum DitheringMethod

Fields

FloydSteinbergDithering = 1

The Floyd-Steinberg dithering. A more complex dithering algorithm, uses nearest neighbors intensity values.

ThresholdDithering = 0

Threshold dithering. Simplest and fastest dithering algorithm.