Welcome to our Support Center
-
Quick start
-
API
-
Updated
Color To RGB
Description
Extracts the three planes (RGB or HSL) from an image. Type : polymorphic.
Input parameters
Color Format : enum, type of color space.
-
- RGB
- HSL
Red/Hue : integer, red or hue value.
Green/Saturation : integer, green or saturation value.
Blue/Luminance : integer, blue or luminance value.
Output parameters
Red : integer, red value.
Green : integer, green value.
Blue : integer, blue value.
Example
All these exemples are snippets PNG, you can drop these Snippet onto the block diagram and get the depicted code added to your VI (Do not forget to install TIGR library to run it).
Table of Contents