I map floating-point values in the range 0.0 to 1.0 to RGB byte triplets.

Class Variable fileName A file with a colormap of RGB triplets, one for each of many linearly increasing values to be mapped, in CSV format.
Method __init__ Undocumented
Method loadMap Returns an RGB colormap of dimensions Nx3 that transitions from black to red, then red to orange, then orange to white.
Method __call__ Undocumented
Method _rangeMap Undocumented
fileName =
A file with a colormap of RGB triplets, one for each of many linearly increasing values to be mapped, in CSV format.
def __init__(self):
Undocumented
def loadMap(self, N):

Returns an RGB colormap of dimensions Nx3 that transitions from black to red, then red to orange, then orange to white.

def _rangeMap(self, N, ranges, limits):
Undocumented
def __call__(self, x):
Undocumented
API Documentation for AsynQueue, generated by pydoctor at 2022-11-17 13:13:24.