#FFFFFF at (3,16)
Palette and y-coordinate helper
- Cyan - #5BCEFA at 7-10, 23-26
- Pink - #F5A9B8 at 11-14, 19-22
- White - #FFFFFF at 15-18
#FFFFFF at (3,16)
Palette and y-coordinate helper
Do you mean 1 down 10 across, or 1 across 10 down? At x=1 y=10 it would be in the trans flag D:
#FFFFFF at (3,15)
Palette and y-coordinate helper
#F5A9B8 at (3,14)
Palette and y-coordinate helper
There's a missing cyan at 3,25 that didn't get added from yesterday D:
#F5A9B8 at (3,12)
Palette and y-coordinate helper
The top left starts at (1, 1) so it's 3 pixels to the right, and to find out how many down I made a list with the ranges of pixels and which color they would be.
The ranges are inclusive, so the range 7-10 at x = 3 includes 4 pixels: (3, 7), (3, 8), (3, 9), (3, 10)
So it would be #5BCEFA at (3, 10)
Ofc you can just describe where it would be, OP does a good job at interpreting where it goes. This is just if you needed some help counting :)
#F5A9B8 at (3,11)
Palette and y-coordinate helper
#5BCEFA at (3,9)
Palette and y-coordinate helper
#5BCEFA at (3,7)
Palette and y-coordinate helper
#F5A9B8 at (2,19)
Palette and y-coordinate helper
#FFFFFF at (3,17)
Palette and y-coordinate helper