uiacceltk/hitchcock/coretoolkit/rendervg10/src/HuiFxVg10BrightnessContrastFilter.cpp
branchRCL_3
changeset 34 3a60ebea00d0
parent 24 f93c875b566e
equal deleted inserted replaced
24:f93c875b566e 34:3a60ebea00d0
    85     iColorMatrix[14] = 0.0f;
    85     iColorMatrix[14] = 0.0f;
    86     iColorMatrix[15] = 1.0f;
    86     iColorMatrix[15] = 1.0f;
    87     iColorMatrix[16] = oOff;
    87     iColorMatrix[16] = oOff;
    88     iColorMatrix[17] = oOff;
    88     iColorMatrix[17] = oOff;
    89     iColorMatrix[18] = oOff;
    89     iColorMatrix[18] = oOff;
    90     iColorMatrix[19] = 0.5f; // add 0.5 to alpha so that surfaces fade aswell
    90     iColorMatrix[19] = 0.0f; 
    91 	                         // it should be considered if this should only
       
    92 							 // be done for visuals with a background
       
    93 							 // surface
       
    94     }
    91     }