CIAutoAdjustmentFilterOptions.RedEye Field

Definition

Set to false if you want to prevent the filter that performs red-eye removal from being returned.

public Nullable<bool> RedEye;
val mutable RedEye : Nullable<bool>

Field Value

Remarks

By default an invocation to GetAutoAdjustmentFilters(CIAutoAdjustmentFilterOptions) will return filters that include red-eye removal. To prevent this, set this property to false.

Applies to