Search results

FinetuneSettings API in JavaScript (ES5) Image Editor API control

This interface is used to specify settings for finetuning operations on images, including brightness, contrast, hue, saturation, exposure, opacity, and blur. It includes properties for setting minimum and maximum values for each of these options, as well as a default value.

Properties

blur

ImageFinetuneValue

Represents a finetune setting for adjusting the blur of an image.

Defaults to null

brightness

ImageFinetuneValue

Represents a finetune setting for adjusting the brightness of an image.

Defaults to null

contrast

ImageFinetuneValue

Represents a finetune setting for adjusting the contrast of an image.

Defaults to null

exposure

ImageFinetuneValue

Represents a finetune setting for adjusting the exposure of an image.

Defaults to null

hue

ImageFinetuneValue

Represents a finetune setting for adjusting the hue of an image.

Defaults to null

opacity

ImageFinetuneValue

Represents a finetune setting for adjusting the opacity of an image.

Defaults to null

saturation

ImageFinetuneValue

Represents a finetune setting for adjusting the saturation of an image.

Defaults to null