diff --git a/documentation/NDPluginColorConvert.html b/documentation/NDPluginColorConvert.html
index 3eb2cb2..0fa5144 100755
--- a/documentation/NDPluginColorConvert.html
+++ b/documentation/NDPluginColorConvert.html
@@ -10,7 +10,7 @@
areaDetector Plugin NDPluginColorConvert
- March 28, 2010
+ August 8, 2010
Mark Rivers
@@ -85,6 +85,28 @@
mbbi
+
+ |
+ NDPluginColorConvertFalseColor |
+
+ asynInt32 |
+
+ r/w |
+
+ The false color map index. There are currently 2 false color maps defined, Rainbow
+ and Iron. Additional color maps can easily be added in the future. |
+
+ FALSE_COLOR |
+
+ $(P)$(R)FalseColor
+
+ $(P)$(R)FalseColor_RBV
+ |
+
+ mbbo
+
+ mbbi |
+
@@ -96,6 +118,9 @@
RGB2 to mono, RGB1 or RGB3
RGB3 to mono, RGB1 or RGB2
+
+ When converting from 8-bit mono to RGB1, RGB2 or RGB3 a false-color map will be
+ applied if FalseColor is not zero.
The Bayer color conversion supports the 4 Bayer formats (NDBayerRGGB, NDBayerGBRG,
NDBayerGRBG, NDBayerBGGR) defined in NDArray.h. If the input color mode and output
@@ -136,7 +161,8 @@
- The Bayer color conversion is done using a library function provided in the Prosilica
library. The source code for this function is not provided, and the binaries are
- only available on Linux and Windows. All other conversions are supported on all platforms.
+ only available on Linux and Windows. All other conversions are supported on all
+ platforms.
- YUV color conversion is not supported. This may be added in a future release.