Click or drag to resize
CanvasBufferPrecision Enumeration
Specifies the bit depth used for graphical computations.

Namespace:  Microsoft.Graphics.Canvas
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
public enum CanvasBufferPrecision
Members
  Member nameValueDescription
Precision8UIntNormalized0Use 8-bit normalized integer per channel.
Precision8UIntNormalizedSrgb1Use 8-bit normalized integer standard RGB data per channel.
Precision16UIntNormalized2Use 16-bit normalized integer per channel.
Precision16Float3Use 16-bit floats per channel.
Precision32Float4Use 32-bit floats per channel.
See Also