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 public enum CanvasBufferPrecision
Members
| Member name | Value | Description |
---|
| Precision8UIntNormalized | 0 | Use 8-bit normalized integer per channel. |
| Precision8UIntNormalizedSrgb | 1 | Use 8-bit normalized integer standard RGB data per channel. |
| Precision16UIntNormalized | 2 | Use 16-bit normalized integer per channel. |
| Precision16Float | 3 | Use 16-bit floats per channel. |
| Precision32Float | 4 | Use 32-bit floats per channel. |
See Also