diff --git a/documentation/NDPluginColorConvert.html b/documentation/NDPluginColorConvert.html
index a5b9538..3eb2cb2 100755
--- a/documentation/NDPluginColorConvert.html
+++ b/documentation/NDPluginColorConvert.html
@@ -10,7 +10,7 @@
areaDetector Plugin NDPluginColorConvert
- August 17, 2009
+ March 28, 2010
Mark Rivers
@@ -90,10 +90,11 @@
NDPluginColorConvert currently supports the following conversions:
- - Bayer to RGB1, RGB2, or RGB3
- - RGB1 to RGB2 or RGB3
- - RGB2 to RGB1 or RGB3
- - RGB3 to RGB1 or RGB2
+ - Mono to RGB1, RGB2, or RGB3
+ - Bayer to RGB1, RGB2, or RGB3 (Linux and WIN32 only)
+ - RGB1 to mono, RGB2 or RGB3
+ - RGB2 to mono, RGB1 or RGB3
+ - RGB3 to mono, RGB1 or RGB2
The Bayer color conversion supports the 4 Bayer formats (NDBayerRGGB, NDBayerGBRG,
@@ -135,7 +136,7 @@
- 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.
+ 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.