CISamplerOptions.FilterMode Property

Definition

Gets or sets the filter mode, which controls whether to do the nearest value or to linearly interpolate the value from the surrounding pixels.

public Nullable<CoreImage.CIFilterMode> FilterMode { get; set; }
member this.FilterMode : Nullable<CoreImage.CIFilterMode> with get, set

Property Value

The filter mode, which controls whether to do the nearest value or to linearly interpolate the value from the surrounding pixels.

Applies to