Home
last modified time | relevance | path

Searched refs:fInvGamma (Results 1 – 1 of 1) sorted by relevance

/aoo4110/main/vcl/source/gdi/
H A Dpngread.cxx861 double fInvGamma = ( fGamma <= 0.0 || fGamma > 10.0 ) ? 1.0 : ( 1.0 / fGamma ); in ImplGetGamma() local
863 if ( fInvGamma != 1.0 ) in ImplGetGamma()
871 mpColorTable[ i ] = (sal_uInt8)(pow((double)i/255.0, fInvGamma) * 255.0 + 0.5); in ImplGetGamma()

Completed in 22 milliseconds