Image.Adjust

Description

Name

class Tinman.Image.Adjust

Derived from

Image

Adjust the brightness and saturation of the given image.

Fields / Required

image

Type

Image

Constraint

# != null

The image to adjust.

Fields / Optional

brightness

Type

number

Constraint

# >= -1000 && # <= 1000

Default

0

The adjustment factor for color brightness (0 means no change).


saturation

Type

number

Constraint

# >= -1000 && # <= 1000

Default

0

The adjustment factor for color saturation (0 means no change).

Fields / External

info

Type

Image.Info

Contains information about the image data source, including image format and embedded georeferencing information.