Welcome, Guest. Please login or register.

Author Topic: AMOS Basic Colour Cycle  (Read 1812 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Skippy

  • Hero Member
  • *****
  • Join Date: Jun 2002
  • Posts: 710
    • Show all replies
Re: AMOS Basic Colour Cycle
« on: December 07, 2009, 10:07:59 PM »
Not from memory good Sir, however, I'll look it up if nobody comes back to you.

Skipster.
Squareroot of all fluffiness.
 

Offline Skippy

  • Hero Member
  • *****
  • Join Date: Jun 2002
  • Posts: 710
    • Show all replies
Re: AMOS Basic Colour Cycle
« Reply #1 on: December 07, 2009, 10:42:34 PM »
This is a two page extract that covers the basics, might need to run it past the Forum Moderators incase of any particulars pertaining to copyright infringement.

Basically COLOUR assign colour to an index.

COLOUR Index, $RGB the index being the colour register you point to and the $RGB the value.

So I guess you could create a simple FOR /TO NEXT LOOP with an $RGB string value to manipulate individual registers.

PALETTE allows you to install a whole palette in a singLe statement:

PALETTE 0,$F00,$0F0
Squareroot of all fluffiness.
 

Offline Skippy

  • Hero Member
  • *****
  • Join Date: Jun 2002
  • Posts: 710
    • Show all replies
Re: AMOS Basic Colour Cycle
« Reply #2 on: December 08, 2009, 10:04:33 PM »
Quote from: SamuraiCrow;533087
Shift Up and Shift Down may be the commands he's looking for.  http://amos.condor.serverpro3.com/AmosProManual/6/623.html has the info.  Sorry it took so long to post this but the Amos Factory website has been down.

You can download the whole AmosPro manual at http://aminet.net/package/dev/amos/AmosProManual_HTML or there's a PDF version in the same directory.


That's a really handy website w/ discussion forums, looks nice too; "The Amos Factory" has a nice ring to it. Thanks for sharing.
Squareroot of all fluffiness.