photosgallery/slideshow/engine/effectsrc/shwcrossfadelayout.cpp
branchRCL_3
changeset 14 ce1c7ad1f18b
parent 0 4e91876724a2
child 18 bcb43dc84c44
equal deleted inserted replaced
13:71da52165949 14:ce1c7ad1f18b
    92 	TReal32 opacity = iOpacity.Now();
    92 	TReal32 opacity = iOpacity.Now();
    93 
    93 
    94 	// ensure value is inside maximum and minimum opacity
    94 	// ensure value is inside maximum and minimum opacity
    95     opacity = Min( opacity, KMaxOpacity );
    95     opacity = Min( opacity, KMaxOpacity );
    96     opacity = Max( opacity, KMinOpacity );
    96     opacity = Max( opacity, KMinOpacity );
    97 
       
    98 	// set value to the info
       
    99 	//aInfo.iOpacity = opacity;
       
   100 	}
    97 	}
   101 
    98 
   102 // -----------------------------------------------------------------------------
    99 // -----------------------------------------------------------------------------
   103 // DoChanged
   100 // DoChanged
   104 // -----------------------------------------------------------------------------
   101 // -----------------------------------------------------------------------------