Change a line of pixels from a color image.
This node receives an array of either unsigned 32-bit integers or clusters of four unsigned 16-bit integers, depending on the bit depth of Image. You can convert an array of clusters coding the color three values (R, G, B), (H, S, L), (H, S, V), or (H, S, I) into an array of pixels (unsigned 32-bit integers) using the Integer To Color Value.gvi node.
Reference to the source image.
Numeric array specifying the pixel coordinates that form the endpoints of the line to modify.
Any coordinates located outside the actual image are not used.
1D array of unsigned 32-bit integers that contains the pixel values.
Numeric array that contains the pixel values as clusters of four unsigned 16-bit integers.
Value of the red plane.
Value of the green plane.
Value of the blue plane.
Value of the alpha plane.
Error conditions that occur before this node runs.
The node responds to this input according to standard error behavior.
Standard Error Behavior
Many nodes provide an error in input and an error out output so that the node can respond to and communicate errors that occur while code is running. The value of error in specifies whether an error occurred before the node runs. Most nodes respond to values of error in in a standard, predictable way.
Default: No error
Reference to the destination image.
If image dst is connected, image dst out is the same as image dst. Otherwise, image dst out refers to the image referenced by image src.
Error information.
The node produces this output according to standard error behavior.
Standard Error Behavior
Many nodes provide an error in input and an error out output so that the node can respond to and communicate errors that occur while code is running. The value of error in specifies whether an error occurred before the node runs. Most nodes respond to values of error in in a standard, predictable way.
Where This Node Can Run:
Desktop OS: Windows
FPGA: Not supported
Web Server: Not supported in VIs that run in a web application