Small World Engine API Reference - v0.76.20
    Preparing search index...

    Class QuantizeElement

    Quantize/Posterize effect parameters for 8-bit retro banding.

    Hierarchy (View Summary)

    Index
    enabled: boolean = false

    Opt-in: unlike the other default effects, posterization should not silently apply.

    steps: number = 8.0

    Number of color steps per RGB channel. E.g. 8.0 = 3 bits per channel.

    type: QUANTIZE = PostProcessingEffectType.QUANTIZE

    Unique string identifier for the effect.