Gradient Blaster | ||||||||
---|---|---|---|---|---|---|---|---|
|
||||||||
|
popularity : 58% |
|||||||
alltime top: #8367 |
|
|||||||
|
||||||||
added on the 2022-08-18 17:20:51 by gigabates |
popularity helper
comments
Definitely a great evolution! Congrats.
tool thumbs
Cool!!
Just a quick suggestion... We don't always want to generate a copperlist, but often just a table of raw RGB values ;)
Just a quick suggestion... We don't always want to generate a copperlist, but often just a table of raw RGB values ;)
Ah yeah, must have missed that dropdown somehow at first :)
And guess what? I was exactly today and almost at the very same time (whaaat???) having a look at Soundy's Gradient Master Tool (hello Soundy ;))
Cool tool.
Cool tool.
Thanks this is fun!
Good ideas went into this. Thanks!
Execellent. I will use it.
Perhaps an amos ouput is missing :-) ...but not really because the "asm" output can be suitable with little transformation
Perhaps an amos ouput is missing :-) ...but not really because the "asm" output can be suitable with little transformation
Yes, correct. Thx a lot.
If you want, you can also add the definition of the raster called "rainbow" before and after the data read. These definition includes others parameters like the vertical position, the height of the raster and the color (only one per rainbow).
So for example, we can imagine a template like this (with _height to be replaced by the real value) :
Anyway, thanks a lot for your great tool that I just used in the game I'm coding (New Bubble Story)
If you want, you can also add the definition of the raster called "rainbow" before and after the data read. These definition includes others parameters like the vertical position, the height of the raster and the color (only one per rainbow).
So for example, we can imagine a template like this (with _height to be replaced by the real value) :
Code:
Rem https://gradient-blaster.grahambates.com...
Set Rainbow 0,_colIndex,_height,"","",""
For I=0 To _height-1
Read C
Rain(0,I)=C
Next
Data $000,$111,...
Data ...
Rainbow 0,0,_verticalPos,_height
Wait vbl
Anyway, thanks a lot for your great tool that I just used in the game I'm coding (New Bubble Story)
very nice!
useful little tool is cool
Just tried the online version, simple and efficient, more power to programmers to make even more programmers colors and dutch color schemes ;)
Thanks gigabates for quickly adding multiple Atari-formats, this will be a useful tool for sure :-)
Awesome, who doesn't love gradients? 😊
Nice tool
Thanks for this great tool, helped me a lot with creating the copper backgrounds of my new game.
https://matze1887.itch.io/minky
https://matze1887.itch.io/minky
nice tool
Yes!
Finally had a go on it.
Absolutely stellar tool!
The dithering function is divine.
Absolutely stellar tool!
The dithering function is divine.
clever
nice tool
Very nice!
submit changes
if this prod is a fake, some info is false or the download link is broken,
do not post about it in the comments, it will get lost.
instead, click here !
Inspired by Soundy's excellent Gradient Master tool.