Method Create
Create(int, int, Color)
Creates GenericImage with the specified size and fills it with the color.
public static GenericImage Create(int width, int height, Color color)
Creates GenericImage with the specified size and fills it with the color.
public static GenericImage Create(int width, int height, Color color)