| Description | Split an RGB/RGBA colour map into 8-bit red/green/blue/alpha component map layers. |
| Author | Aaron |
| Script | ColourMap_SplitComponents.zfilter |
| Name | Type | Default value | Description |
| hColourMap | hvar | N/A | A handle to the input RGB/RGBA colour map. |
| 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. |
This filter has no options.