@schie/fluent-zpl - v0.10.0
    Preparing search index...

    Enumeration DitherMode

    Dithering modes supported when converting RGBA to monochrome.

    The string values mirror the underlying encoder switches:

    • DitherMode.None ('none'): No dithering; direct thresholding.
    • DitherMode.Threshold ('threshold'): Simple thresholding with a cutoff value.
    • DitherMode.FloydSteinberg ('fs'): Floyd–Steinberg error diffusion.
    • DitherMode.Ordered ('ordered'): Ordered dithering using a 4Ă—4 Bayer matrix.
    Index

    Enumeration Members

    Enumeration Members

    FloydSteinberg: "fs"
    None: "none"
    Ordered: "ordered"
    Threshold: "threshold"