Draw Grayed Out Rect (Not in Base Package)

Draws a patterned rectangle in the specified picture to create the effect of graying-out a section of the picture. An underlying picture shows through the holes in the pattern. The VI does not frame the rectangle.

picture is the picture to which you want to add the rectangle. It defaults to an empty picture.
rect is a cluster containing four numerics that describe the left, top, right, and bottom coordinates of the outer edges of the rectangle.
left is the horizontal coordinate of the left edge of the rectangle.
top is the vertical coordinate of the top edge of the rectangle.
right is the horizontal coordinate of the right edge of the rectangle.
bottom is the vertical coordinate of the bottom edge of the rectangle.
color is the color of the pattern. In black and white, the VI uses white. You can wire a color box constant to this input.
new picture is the modified picture.