Scrawl-canvas API
    Preparing search index...

    Interface GradientFactoryFunctions

    interface GradientFactoryFunctions {
        actionPacket: (item: string, override?: CommonObjectInput) => any;
        clone: (item?: GradientFactoryInputs) => GradientInstance;
        get: (item: string) => any;
        importPacket: (
            item: string | string[],
            override?: CommonObjectInput,
        ) => any;
        kill: (item?: any) => void;
        removeColor?: (index: number) => AnyGradientInstance;
        saveAsPacket: (item?: boolean | GradientSaveInputs) => string;
        set: (item?: GradientFactoryInputs) => GradientInstance;
        setDelta: (item?: GradientFactoryDeltaInputs) => GradientInstance;
        updateByDelta?: () => StylesInstance;
        updateColor?: (index: number, color: string) => AnyGradientInstance;
    }

    Hierarchy (View Summary)

    Index

    Properties

    actionPacket: (item: string, override?: CommonObjectInput) => any
    get: (item: string) => any
    importPacket: (item: string | string[], override?: CommonObjectInput) => any
    kill: (item?: any) => void
    removeColor?: (index: number) => AnyGradientInstance
    saveAsPacket: (item?: boolean | GradientSaveInputs) => string
    updateByDelta?: () => StylesInstance
    updateColor?: (index: number, color: string) => AnyGradientInstance