VFX-JS
    Preparing search index...

    Class HalftoneEffect

    Effect interface.

    Lifecycle hooks:

    • init: called once on effect register
    • update: called every frame, before render
    • render: called every frame. Bypassed if omitted
    • dispose: called once on removal

    outputRect declares the rect this stage writes into, in
    element-local physical px. Defaults to the source rect (no growth).

    Implements

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    Methods

    • Apply a named ink preset. Presets are partial overlays — applying
      a CMYK-only preset (e.g. "fogra51") leaves the RGB inks alone
      and vice versa, so a story can switch presets per mode without
      resetting the other side.

      Parameters

      Returns void