Table of Contents

ColourMap:SplitComponents filter

Filter info

Description Split an RGB/RGBA colour map into 8-bit red/green/blue/alpha component map layers.
Author Aaron
Script ColourMap_SplitComponents.zfilter

Looks like

:plugins:calc:zeograph:filters:ColourMap_SplitComponents.png

Input pins

Name Type Default value Description
hColourMap hvar N/A A handle to the input RGB/RGBA colour map.

Output pins

Name Type Description
hMapR hvar A handle to the 8-bit output map layer for the red component.
hMapG hvar A handle to the 8-bit output map layer for the green component.
hMapB hvar A handle to the 8-bit output map layer for the blue component.
hMapA hvar A handle to the 8-bit output map layer for the alpha component.

Options

This filter has no options.

Comments

None.