Enum FXAAEffect.DitherType
The dithering level used by FXAA.
public enum FXAAEffect.DitherType
Fields
[Display("Low (Normal)", null)] Low = 20
[Display("Medium (Fastest)", null)] Medium = 10
[Display("None (Slowest)", null)] None = 30
The dithering level used by FXAA.
public enum FXAAEffect.DitherType
[Display("Low (Normal)", null)]
Low = 20
[Display("Medium (Fastest)", null)]
Medium = 10
[Display("None (Slowest)", null)]
None = 30