Click or drag to resize
ColorManagementEffectQuality Property
Gets or sets the quality to be used when transforming between different color profiles.

Namespace:  Microsoft.Graphics.Canvas.Effects
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
public ColorManagementEffectQuality Quality { get; set; }

Property Value

Type: ColorManagementEffectQuality
Remarks

Default value is Normal.

Best quality mode is not supported by all GPU hardware. Before specifying Best mode, check IsBestQualitySupported(CanvasDevice).

See Also