| CanvasBitmapCreateFromColors Method | 
| Name | Description | |
|---|---|---|
| CreateFromColors(ICanvasResourceCreator, Color, Int32, Int32) | Creates a CanvasBitmap from an array of colors, using the specified pixel width/height, premultiplied alpha and default (96) DPI.  | |
| CreateFromColors(ICanvasResourceCreator, Color, Int32, Int32, Single) | Creates a CanvasBitmap from an array of colors, using the specified pixel width/height, specified DPI, and premultiplied alpha.  | |
| CreateFromColors(ICanvasResourceCreator, Color, Int32, Int32, Single, CanvasAlphaMode) | Creates a CanvasBitmap from an array of colors, using the specified pixel width/height, DPI and alpha behavior.  |