Image.Op

Description

Name

class Tinman.Image.Op

Derived from

Image

Combines two images using the specified color operation (see ColorOp).

Fields / Required

first

Type

Image

Constraint

# != null

The first image.


op

Type

ColorOp

The color operation to apply.


second

Type

Image

Constraint

# != null

The second image.

Fields / External

info

Type

Image.Info

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