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