AMOSi:Shift Up

From Amiga Coding
Revision as of 02:45, 17 November 2007 by Spellcoder (talk | contribs) (Extracted from the AMOSPro V2.00 helpfile)
Jump to: navigation, search

an example can be found on AMOSPro_Examples:Examples/H-2/Help_25.AMOS


Rotates a colour upwards through the current screen palette.


Shift Up delay,first,last,flag

first and last choose the range of colour indexes which will be rotated by your instruction.


delay sets the delay in fiftieths of a second between each colour shift.


type =1 cycles the colours continuosly.
=0 discard the colour value of index last after each rotation.