Draw 1-bit Pixmap (Not in Base Package)

Draws a one-bit pixmap into a picture. This VI has an input that is a 2D array of Boolean inputs, where each Boolean input represents a single pixel.

picture is the picture to which you want to add the pixmap. It defaults to an empty picture.
top left point specifies in absolute coordinates where to place the top-left corner of the pixmap in the picture.
x is the horizontal coordinate that increases to the right.
y is the vertical coordinate that increases to the bottom.
data is a 2D array of Boolean inputs that LabVIEW draws as a bitmap in the picture. Elements that are FALSE map to element 0 in the color table. Elements that are TRUE map to element 1 in the color table.
color table is an array of two colors to which the array of data maps. If data is FALSE, the default is black. If data is TRUE, the default is white.
new picture is the modified picture.