CanvasBitmapLoadAsync Method (ICanvasResourceCreator, String, Single, CanvasAlphaMode) |
Namespace: Microsoft.Graphics.Canvas
public static IAsyncOperation<CanvasBitmap> LoadAsync( ICanvasResourceCreator resourceCreator, string fileName, float dpi, CanvasAlphaMode alpha )
When loading a JpegXR format bitmap that contains high dynamic range (HDR) pixel data, the loaded bitmap may use one of the pixel formats:
For all other file formats, or when the current device does not support high dynamic range pixel formats (as reported by IsPixelFormatSupported(DirectXPixelFormat)), the loaded bitmap will use DirectXPixelFormat.B8G8R8A8UIntNormalized.