Build a bitmap from a width, height, and list of colors
Name | Build Bitmap
Nickname | BuildBmp
Tab | Bitmap
Panel | Create
Division | 1
W | Width (Integer) | The width of the new bitmap
H | Height (Integer) | The height of the new bitmap
C | Colors (Colour) | The list of colors corresponding to the pixels. If the number of colors is less than the total pixel count, the color pattern will be repeated.
I | Image (B+ Image) | A Bitmap Plus Image
Save Image | Opens a file save dialog to save a raster file of the current image.
Copy Image to Clipboard | Copies the image to the clipboard (no alpha)
Usage
A single color can be used to create a solid color image
A list of colors shorter than the total pixel count will be repeated