Draws a true-color pixmap into a picture. This VI takes a 2D array of 32-bit unsigned integers, where each integer represents a single pixel in RGB format. The pixmap size is equal to the size of the input array.
![]() |
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. The VI uses only the lower four bits of each byte, meaning that each point can have a range of zero to 15. Each data value maps to a value in color table. | ||||
![]() |
new picture is the modified picture. |