Page 1 of 1

NiftyMagician : Animated BackGround

Unread postPosted: Sat Feb 02, 2013 12:33 pm
by ashishp
_SECTION_BEGIN("SkyBlue's Animated BkGround 1.1");

for( i = 1; i < BarCount; i++ )
z = (GetPerformanceCounter()/100)%256;
anim=ColorHSB( ( i + z ) % 256, 255, Param("Brightness", 75, 0, 255, 1 ));
SetChartBkColor(anim);
RequestTimedRefresh(1);

_SECTION_END();