image.filterColorMap()
These are passed to the function ImageFilters (see ImageFilter documentation) which convert gray values to colors.
image.filterColorMap( lineColor1=string, lineColor2=string )
Returns: any
| Argument | Description |
|---|---|
|
lineColor1
string,
optional
|
edit
used only for type "linear", the color corresponding to value 0 in the colormap. Alias: lineColour1 |
|
lineColor2
string,
optional
|
edit
used only for type "linear", the color corresponding to value 1 in the colormap. Alias: lineColour2 |