# I have a question that would help

**URL:** https://forum.makecode.com/t/i-have-a-question-that-would-help/34409
**Category:** Help
**Tags:** graphics-and-math
**Created:** [March 8, 2025, 9:23pm UTC](https://forum.makecode.com/t/i-have-a-question-that-would-help/34409 "2025-03-08T21:23:00Z")
**Posts on this page:** 8
**Page:** 1

<div class="post-metadata">

### Author: ![CodeOnTheCob](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/codeonthecob/32/19306_2.png) [@CodeOnTheCob](https://forum.makecode.com/u/CodeOnTheCob)
#### Post date: [March 8, 2025, 9:23pm UTC](https://forum.makecode.com/t/i-have-a-question-that-would-help/34409/1 "2025-03-08T21:23:00Z")

</div>

you know arrays can you put the color parameter inside

---

<div class="post-metadata">

### Author: ![WoofWoof](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/woofwoof/32/32523_2.png) [@WoofWoof](https://forum.makecode.com/u/WoofWoof)
#### Post date: [March 9, 2025, 5:22am UTC](https://forum.makecode.com/t/i-have-a-question-that-would-help/34409/2 "2025-03-09T05:22:35Z")

</div>

If you are talking about the little color picker, you can!… kinda… The trick is knowing that colors are actually represented by numbers from 0 to 15, so you really don’t have to have the little color picker thingy. If you hover over the color in the image editor, it will show you which number the color is. 0 is transparent, 15 is black, I think the order goes left to right, top to bottom in the little color picker thing:

 ![IMG_7798](https://us1.discourse-cdn.com/flex020/uploads/makecode/original/3X/d/0/d0b5b14be24669d52f869e467e07514610a15e26.jpeg)

Also @Richard I know it can be added with an extension, but could we get a free-floating one of those small color picker blocks in base arcade? I think it would make things like this a lot easier and would (hopefully) be a simple thing to add!

---

<div class="post-metadata">

### Author: ![Luke](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/luke/32/32519_2.png) [@Luke](https://forum.makecode.com/u/Luke)
#### Post date: [March 9, 2025, 5:43pm UTC](https://forum.makecode.com/t/i-have-a-question-that-would-help/34409/3 "2025-03-09T17:43:56Z")

</div>

👀

> **[GitHub - UnsignedArduino/ColorBlock: Imagine memorizing the values of the colors in...](https://github.com/UnsignedArduino/ColorBlock)**
>
> Imagine memorizing the values of the colors in MakeCode Arcade.

---

<div class="post-metadata">

### Author: ![CodeOnTheCob](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/codeonthecob/32/19306_2.png) [@CodeOnTheCob](https://forum.makecode.com/u/CodeOnTheCob)
#### Post date: [March 9, 2025, 5:45pm UTC](https://forum.makecode.com/t/i-have-a-question-that-would-help/34409/4 "2025-03-09T17:45:07Z")

</div>

i want the color bubble so i can assign it to a variable

---

<div class="post-metadata">

### Author: ![WoofWoof](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/woofwoof/32/32523_2.png) [@WoofWoof](https://forum.makecode.com/u/WoofWoof)
#### Post date: [March 9, 2025, 8:57pm UTC](https://forum.makecode.com/t/i-have-a-question-that-would-help/34409/5 "2025-03-09T20:57:59Z")

</div>

Just… use the extension @luke sent…

 ![IMG_7812](https://us1.discourse-cdn.com/flex020/uploads/makecode/original/3X/0/1/0105b1d09f9dc97d5b8c0ec9c71a455c929102f3.jpeg)

---

<div class="post-metadata">

### Author: ![CodeOnTheCob](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/codeonthecob/32/19306_2.png) [@CodeOnTheCob](https://forum.makecode.com/u/CodeOnTheCob)
#### Post date: [March 9, 2025, 9:00pm UTC](https://forum.makecode.com/t/i-have-a-question-that-would-help/34409/6 "2025-03-09T21:00:05Z")

</div>

i posted it before that message was shown and thank you @Luke and @UnsignedArduino for ythe extension

---

<div class="post-metadata">

### Author: ![BotWarrior](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/botwarrior/32/25328_2.png) [@BotWarrior](https://forum.makecode.com/u/BotWarrior)
#### Post date: [March 10, 2025, 10:35pm UTC](https://forum.makecode.com/t/i-have-a-question-that-would-help/34409/7 "2025-03-10T22:35:03Z")

</div>

Oh I was looking for that for my [Painting with math](https://forum.makecode.com/t/painting-with-math/34320) game thing. I will do that quickly now 😃

---

<div class="post-metadata">

### Author: ![BotWarrior](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/botwarrior/32/25328_2.png) [@BotWarrior](https://forum.makecode.com/u/BotWarrior)
#### Post date: [March 12, 2025, 8:02pm UTC](https://forum.makecode.com/t/i-have-a-question-that-would-help/34409/8 "2025-03-12T20:02:54Z")

</div>

It is done!!! This extension is a life saver thanks!!!
