We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2505019 commit 0559456Copy full SHA for 0559456
1 file changed
docs/reference/images/bpp.md
@@ -9,3 +9,5 @@ for getting how many bits per pixel:
9
return this.palette.length > 2 ? 4 : 1
10
}
11
```
12
+
13
+Additionally, if the palette's length is not greater than 2, it will be monochrome.
0 commit comments