Any way to fade to a certaint color?

i need a way to fade to (color) as changing the black color does not make the fade to black change.

wait a second… does this mean we have more than 17 colors..?

2 Likes

Use this extension:

2 Likes

you can use the colour extension

1 Like

Yes. You’ll need someone to make an extension or use my JavaScript Extras Extension. If you use my extension there is a Set Palette block that takes in a Buffer, basically a number array that is a certain length. There are blocks for creating buffers from number arrays, which will be easiest to understand. This buffer needs to hold the data for every color, from 0 to 15, and each color is the red green and blue values for the color, so 3 * 16 it needs to be 48 values long. Good luck! I’m on my phone so this is the most I can help right now.

no extra colors here

You can change which color each “color” actually is, but you can only have 16 colors on the screen at a time (black and the color you get when you don’t have anything on the screen are not the same color, but it would be really annoying to try to use that as an extra color in a game)

2 Likes

Have you already tried the color extension?

2 Likes

This is mine thanks for showing it

1 Like

yeah, ive never managed to use it for what im trying to do i need a fade to (decided color from pallet)

and from what i can find, nothing seems to be working.