From 70d3f463f7c8c5b9816b77705c837138c2b2f1a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20M=C3=A4rki?= Date: Wed, 1 Mar 2017 08:22:40 +0100 Subject: [PATCH] spelling --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index b7049f2..16ae647 100644 --- a/Readme.md +++ b/Readme.md @@ -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).