CIWrapMode Enum

Definition

Enumerates values that control how samples from outside the source image are treated.

public enum CIWrapMode
type CIWrapMode = 
Inheritance
CIWrapMode

Fields

Black 0

Areas outside the source image are treated as black.

Clamp 1

Areas outside the source image are clamped to the value at the edge.

Applies to