uiacceltk/hitchcock/coretoolkit/rendervg10/src/HuiFxVg10BrightnessContrastFilter.cpp
branchRCL_3
changeset 12 f93c875b566e
parent 0 15bf7259bb7c
child 13 3a60ebea00d0
equal deleted inserted replaced
10:7c5dd702d6d3 12:f93c875b566e
    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.0f;
    90     iColorMatrix[19] = 0.5f; // add 0.5 to alpha so that surfaces fade aswell
       
    91 	                         // it should be considered if this should only
       
    92 							 // be done for visuals with a background
       
    93 							 // surface
    91     }
    94     }