Image.Invert

Description

Name

class Tinman.Image.Invert

Derived from

Image

Inverts the given pixel channel.

The Channel.Void pixel channel cannot be inverted. The method will do nothing in this case.

Fields / Required

image

Type

Image

Constraint

# != null

The image to invert.


channel

Type

Channel

The pixel channel to invert.

Fields / External

info

Type

Image.Info

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