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 1219391 commit 4e19968Copy full SHA for 4e19968
shared-bindings/_pixelbuf/PixelBuf.c
@@ -66,7 +66,7 @@ extern const int32_t colorwheel(float pos);
66
//|
67
//| :param ~int size: Number of pixelsx
68
//| :param ~bytearray buf: Bytearray in which to store pixel data
69
-//| :param ~str byteorder: Byte order string (such as "BGR" or "DBGR")
+//| :param ~str byteorder: Byte order string (such as "BGR" or "PBGR")
70
//| :param ~float brightness: Brightness (0 to 1.0, default 1.0)
71
//| :param ~bytearray rawbuf: Bytearray in which to store raw pixel data (before brightness adjustment)
72
//| :param ~int offset: Offset from start of buffer (default 0)
0 commit comments