uiacceltk/hitchcock/coretoolkit/rendervg10/src/HuiFxVg10BrightnessContrastFilter.cpp
changeset 29 ac3859d43844
parent 27 70e659bb284f
--- a/uiacceltk/hitchcock/coretoolkit/rendervg10/src/HuiFxVg10BrightnessContrastFilter.cpp	Fri May 14 02:53:35 2010 +0300
+++ b/uiacceltk/hitchcock/coretoolkit/rendervg10/src/HuiFxVg10BrightnessContrastFilter.cpp	Tue May 25 17:55:19 2010 +0300
@@ -87,8 +87,5 @@
     iColorMatrix[16] = oOff;
     iColorMatrix[17] = oOff;
     iColorMatrix[18] = oOff;
-    iColorMatrix[19] = 0.5f; // add 0.5 to alpha so that surfaces fade aswell
-	                         // it should be considered if this should only
-							 // be done for visuals with a background
-							 // surface
+    iColorMatrix[19] = 0.0f; 
     }