[]
type ImageFilterDefinition = object;
Defines image filter.
action: Function;
Filter action.
optional builtin: boolean;
Indicates whether the image filter is builtin and can be used in a background worker service.
filterId: string;
Unique filter name. Used as filter identifier.
optional intensity: number;
Filter intensity if available.
optional max: number;
Max intensity.
optional min: number;
Min intensity.
optional step: number;
Intensity slider step.
text: string;
Short filter name.
title: string;
Filter description title.
toolbarKey: string;
Uniqie toolbar button key.