Extract the color planes (RGB, HSL, HSV, or HSI) from an image.
Reference to the source image.
Reference to the destination image for the first color plane.
This plane can be either the red plane (Color Mode RGB) or the hue plane (Color Mode HSL, HSV, or HSI). If Red or Hue Plane is connected, it must have as many bits per pixel as the extracted color plane. If Red or Hue Plane is not connected, the node does not extract the first color plane.
Reference to the destination image for the second color plane.
This plane can be either the green plane (Color Mode RGB) or the saturation plane (Color Mode HSL, HSV, or HSI). If Green or Saturation Plane is connected, it must have as many bits per pixel as the extracted color plane. If Green or Saturation Plane is not connected, the node does not extract the second color plane.
Reference to the destination image for the third color plane.
This plane can be either the blue plane (Color Mode RGB), the luminance plane (Color Mode HSL), the value plane (Color Mode HSV) or the intensity plane (Color Mode HSI). If Blue or Luma or Val or Inten Plane is connected, it must have as many bits per pixel as the extracted color plane. If Blue or Luma or Val or Inten Plane is not connected, the node does not extract the third color 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
Number from 0 to 3 that defines the image color format to use for the operation.
Unsigned 64-bit RGB images support only a color mode of RGB.
Choose from the following values:
Name | Value | Description |
---|---|---|
RGB | 0 |
(Default) Specifies the color format RGB (red, green, and blue) |
HSL | 1 |
Specifies the color format HSI (hue, saturation, and luminance) |
HSV | 2 |
Specifies the color format HSV (hue, saturation, and value) |
HSI | 3 |
Specifies the color format HSI (hue, saturation, and intensity) |
Reference to the source image.
Reference to the image containing the red (or hue) plane of the source (input) image.
Reference to the image containing the green (or saturation) plane of the source (input) image.
Reference to the image containing the blue (or luminance, value, or intensity) plane of the source (input) image.
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