Skip to content

Commit 0559456

Browse files
Update bpp.md
1 parent 2505019 commit 0559456

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docs/reference/images/bpp.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,5 @@ for getting how many bits per pixel:
99
return this.palette.length > 2 ? 4 : 1
1010
}
1111
```
12+
13+
Additionally, if the palette's length is not greater than 2, it will be monochrome.

0 commit comments

Comments
 (0)