Short Name:
|
Derived From:
|
Fields:
|
Adjust the brightness and saturation of the given image.
The following table lists all fields of this config type.
Field | Type | Constraint | Default | |
---|---|---|---|---|
required
|
image
|
Image
|
# != null |
|
The image to adjust. |
||||
optional
|
brightness
|
number
|
# >= -1000 && # <= 1000 |
0 |
The adjustment factor for color brightness ( |
||||
optional
|
saturation
|
number
|
# >= -1000 && # <= 1000 |
0 |
The adjustment factor for color saturation ( |
||||
external
|
info
|
Image.Info
|
||
Contains information about the image data source, including image format and embedded georeferencing information. |