Method CreateAlphaData
CreateAlphaData(int, int, byte?)
Creates array of alpha components with the specified size and optionally fills it with the given value.
public static byte[] CreateAlphaData(int width, int height, byte? fill = null)
Parameters
Returns
- byte[]