[]
        
(Showing Draft Content)

ImageFilterDefinition

Type Alias: ImageFilterDefinition

type ImageFilterDefinition = object;

Defines image filter.

Properties

action

action: Function;

Filter action.


builtin?

optional builtin: boolean;

Indicates whether the image filter is builtin and can be used in a background worker service.


filterId

filterId: string;

Unique filter name. Used as filter identifier.


intensity?

optional intensity: number;

Filter intensity if available.


max?

optional max: number;

Max intensity.


min?

optional min: number;

Min intensity.


step?

optional step: number;

Intensity slider step.


text

text: string;

Short filter name.


title

title: string;

Filter description title.


toolbarKey

toolbarKey: string;

Uniqie toolbar button key.