Build Bitmap

Bitmap from a width, height, colors

Description

Build a bitmap from a width, height, and list of colors

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

A color can be assigned to each pixel

Last updated