EdgeMode

EdgeMode defines how images are sampled beyond their boundaries.

Values

ValueMeaning
BLACK

Return black.

CLAMP

Clamp to edge.

REPEAT

Repeat from the other side of the image.

CRASH

Crash.

Meta