Welcome to our Support Center

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. 

Examples

All these examples 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 Computer Vision ​library to run it).

Table of Contents