| EffectOptimization Enumeration |
Namespace: Microsoft.Graphics.Canvas.Effects
public enum EffectOptimization
| Member name | Value | Description | |
|---|---|---|---|
| Speed | 0 | Better speed and less quality. | |
| Balanced | 1 | Balance between speed and quality. | |
| Quality | 2 | Maximum quality for this effect is achieved by losing speed. |