AmigaExamples/tools/fade
alpine9000 68d921b7f4 Update README.md 2016-04-26 14:01:55 +10:00
..
Makefile big refactor ready for pathway fadeout 2016-04-25 13:40:02 +10:00
README.md Update README.md 2016-04-26 14:01:55 +10:00
fade.c Update fade readme 2016-04-26 14:00:45 +10:00
fade.h working tile fading test 2016-04-25 14:35:21 +10:00
file.c big refactor ready for pathway fadeout 2016-04-25 13:40:02 +10:00
file.h big refactor ready for pathway fadeout 2016-04-25 13:40:02 +10:00

README.md

fade

Generate data for fading between color palettes

usage

    fade:  --output <output>
    options:
      --to <file.pal>
      --from <file.pal>
      --from-grey
      --from-black
      --steps <num steps> (default: 16)
      --colors <num colors> (default: 16)
      --verbose

fade will generate 68000 assembler data for fading between two amiga color palettes. The output it written to stdout.

mandatory arguments

--output <output>

Specify the name used for creating symbols used in the data. In addition exactly on "to" and one "from" option must be specified.

options

--to <to.pal>

The palette file used for the destination palette (will fade to this palette)

--from <from.pal>

The palette file used for the source palette (will fade from this palette)

--from-grey

Fade from a grey version of the "to" palette

--from-black

Fade from a black version of the "to" palette

--steps <num steps>

The number of steps in the fade

--colors <num colors>

The number of colors in the palette

--verbose

Display debugging information