Draws an eight-bit pixmap into a picture. This VI has an input that is a 2D array of bytes (where each byte 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.
| ||||
![]() |
data is a 2D array of unsigned eight-bit integers that LabVIEW draws as a pixmap in the picture. | ||||
![]() |
color table is an array of up to 256 colors to which the array of data maps. If unwired, the VI uses the default LabVIEW 256-color palette. | ||||
![]() |
new picture is the modified picture. |