object

ImageFilters

Defines the image filters applied to an image paint.

Properties
PropertyTypeRequired
classconstRequired
isEnabledbooleanRequired
exposurenumberRequired
contrastnumberRequired
saturationnumberRequired
temperaturenumberRequired
tintnumberRequired
highlightsnumberRequired
shadowsnumberRequired

class

Required

Description

no description

Type

const

Value

constant: the value of this property must be equal to:

json
"imageFilter"

isEnabled

Required

Description

no description

Type

boolean

exposure

Required

Description

no description

Type

number

Value

maximum: the value of this number must smaller than or equal to: 1

minimum: the value of this number must greater than or equal to: -1

contrast

Required

Description

no description

Type

number

Value

maximum: the value of this number must smaller than or equal to: 1

minimum: the value of this number must greater than or equal to: -1

saturation

Required

Description

no description

Type

number

Value

maximum: the value of this number must smaller than or equal to: 1

minimum: the value of this number must greater than or equal to: -1

temperature

Required

Description

no description

Type

number

Value

maximum: the value of this number must smaller than or equal to: 1

minimum: the value of this number must greater than or equal to: -1

tint

Required

Description

no description

Type

number

Value

maximum: the value of this number must smaller than or equal to: 1

minimum: the value of this number must greater than or equal to: -1

highlights

Required

Description

no description

Type

number

Value

maximum: the value of this number must smaller than or equal to: 1

minimum: the value of this number must greater than or equal to: -1

shadows

Required

Description

no description

Type

number

Value

maximum: the value of this number must smaller than or equal to: 1

minimum: the value of this number must greater than or equal to: -1

Daruma Feedback