@rendley/sdk - v1.15.19
    Preparing search index...

    Enumeration AdjustmentSampleSpaceEnum

    How an adjustment clip samples the composited layers beneath it.

    • SCREEN: the baked screen content is attached to the clip sprite, so moving/scaling the clip moves the captured image with it (legacy behavior).
    • LOCAL: the clip behaves like a window — its transform only defines the region, while the content stays fixed in screen space, like a mask with adjustments.
    Index

    Enumeration Members

    Enumeration Members

    LOCAL: "local"
    SCREEN: "screen"