Hello, need some help thanks

So just wondering how to make it so i can insert a colour into where the zero is.
Screenshot_19-3-2025_11017_teams.microsoft.com

3 Likes

Each color has a number value (0-15)
Where 0 is transparent and 15 is black.

1 Like

uh did u find the set background color block? it changes the background color

In make code, colors are also represented as numbers (1-15, 0 is colorless). So, if you wanted to check if the background color was the dark blue color, you can set the number to 8.

If you don’t know the number of a color, hover over the color for a few seconds in the image creator, it should pop up as to what number it is:

Hope this helped!

1 Like

@UnsignedArduino made an extension for this! How to make a color picker block - #2 by UnsignedArduino

You can find it by searching “UnsignedArduino/colorblock” in the extensions search bar!

2 Likes

all good, thanks guys!