Parent class for all Mapping types
Instances can be 'call'ed with 3 arguments: data, mindata, maxdata.
An array similar in shape to the input data array is returned.
Values in the returned array are between 0 and 255.
0 corresponds to pixel values of mindata and lower,
255 to maxdata and higher. The scaling inbetween differs between
the subclasses. |