diff -r 6ce30188c5bf -r f7f1ae431f74 uiacceltk/hitchcock/coretoolkit/rendervg10/src/HuiFxVg10BrightnessContrastFilter.cpp --- a/uiacceltk/hitchcock/coretoolkit/rendervg10/src/HuiFxVg10BrightnessContrastFilter.cpp Fri May 14 16:46:13 2010 +0300 +++ b/uiacceltk/hitchcock/coretoolkit/rendervg10/src/HuiFxVg10BrightnessContrastFilter.cpp Thu May 27 13:47:19 2010 +0300 @@ -87,5 +87,8 @@ iColorMatrix[16] = oOff; iColorMatrix[17] = oOff; iColorMatrix[18] = oOff; - iColorMatrix[19] = 0.0f; + 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 }