CIFilterMode Enum

Definition

Enumerates filter modes.

public enum CIFilterMode
type CIFilterMode = 
Inheritance
CIFilterMode

Fields

Linear 1

Linearly interpolate a sample value from the neighboring pixels.

Nearest 0

Use the value of the nearest pixel.

Applies to