spelling
This commit is contained in:
@ -427,7 +427,7 @@ Following transformation sequence resizes images by the factor of 8, sets the va
|
||||
- **max**: Map all values bigger than the defined values to the *mapTo* value. Can be used to set a upper value bound (e.g. to focus on a specific pixel value range - need to be used together with the *min* value function). In case *mapTo* is not defined it defaults to *max*.
|
||||
|
||||
- **colorModel**: The color model to be used for the image.
|
||||
- **type**: The color model type (values: linear|**temperature**|gradient). Each type has a decent default color scheme (see [linear](doc/images/colormodel/Linear_256.jpg), [temperature](doc/images/colormodel/Temperature_256.jpg), and [gradient](doc/images/colormodel/Rainbow_256.jpg) for examples).
|
||||
- **modelType**: The color model type (values: linear|**temperature**|gradient). Each type has a decent default color scheme (see [linear](doc/images/colormodel/Linear_256.jpg), [temperature](doc/images/colormodel/Temperature_256.jpg), and [gradient](doc/images/colormodel/Rainbow_256.jpg) for examples).
|
||||
- **nrOfColors**: The number of colors to map between the min. and max. pixel value (use a power of 2 like 16, 32, 64, 128, or 256). The more colors used the more details will be visible but the larger the images will get).
|
||||
- **colors**: The colors to use for the color model. *linear* uses grayscale, *temperature* blue to red, and *gradient* a rainbow (blue, cyan, green, yellow, red) color scheme as default (leave this option undefined to use defaults - see [linear](doc/images/colormodel/Linear_256.jpg), [temperature](doc/images/colormodel/Temperature_256.jpg), and [gradient](doc/images/colormodel/Rainbow_256.jpg) for examples).
|
||||
|
||||
|
Reference in New Issue
Block a user