Type alias Encoding

Encoding: {
    color?: null | ColorChannel;
    filter?: null | FunctionalChannel;
    filter2?: null | FunctionalChannel;
    foreground?: null | FunctionalChannel;
    jitter_radius?: null | JitterChannel;
    jitter_speed?: null | RootChannel;
    position?: string;
    position0?: string;
    shape?: null | RootChannel;
    size?: null | RootChannel;
    x?: RootChannel;
    x0?: null | RootChannel;
    y?: RootChannel;
    y0?: null | RootChannel;
}

And encoding.

Type declaration

Generated using TypeDoc