Color Utilities
- Updated2023-02-21
- 1 minute(s) read
Use the Color Utilities VIs to manipulate the colors and color planes of an image. Use these VIs to extract different color planes from an image, and convert pixel values from one color space to another.
| Palette Object | Description |
|---|---|
| IMAQ FPGA ExtractColorPlanes |
Extracts the three planes from an image. |
| IMAQ FPGA Bayer To RGB |
Decodes a Bayer-encoded image to produce an RGB representation of the image. Because the bilinear algorithm is faster, it is recommended to try the bilinear algorithm before the VNG algorithm. If the image contains many edges, or if the quality of edges in the image is important, use the VNG algorithm. |
| IMAQ FPGA RGBToColor |
Converts an RGB color value into another format. |
| IMAQ FPGA ColorToRGB |
Converts a color value into an RGB color value. |
| IMAQ FPGA IntegerToColorValue |
Converts colors in the form of an unsigned 32-bit integer into the three colors in the mode. |