Skip to content

Commit dee1ffb

Browse files
Update bpp.md
1 parent 35f1f2d commit dee1ffb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/reference/images/bpp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## BPP in MakeCode Arcade
22

3-
A **BPP** is short for Bits Per Pixel, which tells how many possible color values are for that one pixel. For example,
3+
**BPP**, short for Bits Per Pixel, tells how many possible color values are for that one pixel. For example,
44
if there are 16 colors in the palette editor, there are 4 bits per pixel are required because 2⁴ = 16. That is why
55
MakeCode uses 4 bits per pixel. It is very useful for packing and unpacking because it is just the right value
66
for getting how many bits per pixel:

0 commit comments

Comments
 (0)