.. _DitherType: ================================================ DitherType ================================================ Description ----------- The type of dither. Static Properties ^^^^^^^^^^^^^^^^^ +-------------------------------------------------+----------------------------------------------------------------------------------------------------------------------+ | :ref:`DIFFUSION` readonly | Diffuses dither effects in random patterns across adjacent pixels. | +-------------------------------------------------+----------------------------------------------------------------------------------------------------------------------+ | :ref:`NOISE` readonly | Applies a random pattern but without diffusing the pattern across adjacent pixels; prevents the appearance of seams. | +-------------------------------------------------+----------------------------------------------------------------------------------------------------------------------+ | :ref:`NONE` readonly | No dither is used. | +-------------------------------------------------+----------------------------------------------------------------------------------------------------------------------+ | :ref:`PATTERN` readonly | Applies a halftone-like square pattern. | +-------------------------------------------------+----------------------------------------------------------------------------------------------------------------------+ .. container:: hide .. toctree:: :hidden: :maxdepth: 1 DitherType/NONE.rst DitherType/DIFFUSION.rst DitherType/PATTERN.rst DitherType/NOISE.rst