List of my modules...
Module: Create_Colormap
Description:
Creates a colormap with a random color for each integer value in the given range.
Example of a random colormap.
Ports:
Range

Range of the colormap. The difference between the maximum and minimum yields the number of colors in the colormap. Don't be afraid to put a very large range, as the generation of the colormap tends to be very quick.
Style

The random colormap can be either greyscale of in full color.
Option

Color transparency can be toggled, and a color for the first value of the map can be manually set.
Transparency

Transparency value for all the colors.
Zero

First color for the colormap. 4 values between 0 and 1, respectively for red, green, blue and alpha(transparency) are required.
DoIt

Computes the colormap.
Commands:
Additional options can be accessed when typing in the console Create_Colormap COMMAND_NAME.
setRandSeed
Sets the seed for the randomise function. Setting a specific seed will generate the same sequence of colors everytime.
create
Runs the computation. Returns the name of the output, so it can be used in a script, such as set RESULT [Create_Colormap create].