Method CreatePixels
CreatePixels(int, int, SKColor?)
Creates array of SKColor with the specified size and optionally fills it with the color.
public static SKColor[] CreatePixels(int width, int height, SKColor? fill = null)
Parameters
Returns
- SKColor[]