Project

General

Profile

Bug #427

Rainbows are too dark

Added by Nick Morison over 3 years ago. Updated over 3 years ago.

Status:
Feedback
Priority:
Normal
Target version:
-
Start date:
08/03/2020
Due date:
% Done:

0%

Estimated time:
Affected version:

Description

The below code (from page 140 of the original Amos manual) draws a red rainbow on screen:

Set rainbow 0,1,64,"(8,2,8)","",""
Rainbow 0,56,1,255
Wait Key

This works on AOZ but the rainbow is so dark it's barely visible.


Files

messed_up_rainbow.png (27.4 KB) messed_up_rainbow.png Notice the diagonal "line" indicating some kind of offset, as well as the gaps. Brian Flanagan, 09/10/2020 06:58 AM
messed_up_in_AOZ_Viewer.png (18.6 KB) messed_up_in_AOZ_Viewer.png In the AOZ viewer the gaps are in different places. Brian Flanagan, 09/10/2020 07:03 AM
#1

Updated by Francois Lionet over 3 years ago

  • Status changed from New to Feedback

You have to be in Amiga mode to run such examples, in Amiga mode, colors are in the form $RGB whereas in AOZ mode, $RRGGBB.
If you want this example to work in AOZ mode, you should replace the string with:
Set rainbow 0,1,64,"(8,20,8)","",""

#2

Updated by Brian Flanagan over 3 years ago

Even in the "amiga" manifest the rainbows are really messed up.
Here's an example of what the above example produces.

The lines are offset, and there are gaps at irregular intervals.

#3

Updated by Francois Lionet over 3 years ago

The short color problem is now fixed in the rainbows.
But rainbows need a refactoring to avoid gap, that only happen in full screen where there is too much data to handle. For a next version.

Also available in: Atom PDF