CoverageOp

Description

Name

enum Tinman.Image.CoverageOp

Used by

Image.Coverage.op

Enumeration of ways to change the pixel coverage of an image..

Items

# Name Tag

0

Reinterpret

-

Change pixel coverage semantic but leave pixel data unchanged (i.e. reinterpret pixel data).

1

Resample

-

Resample image pixels to new pixel coverage semantic, without wrapping.

2

ResampleWrapX

-

Resample image pixels to new pixel coverage semantic, with wrapping around the X-axis.