diff options
| author | Roy Hooper <rhooper@toybox.ca> | 2020-01-01 19:25:44 -0500 |
|---|---|---|
| committer | Roy Hooper <rhooper@toybox.ca> | 2020-01-01 19:25:44 -0500 |
| commit | 4e1996856f15bb1ada52651ce6b9e7571c1d52bc (patch) | |
| tree | 4e36f03a96c51956f9f61a2bcc138f9fea0d9599 | |
| parent | 12193913a802e3b9c72079a93cb40c97d95cc683 (diff) | |
Fix docstring for byteorder
| -rw-r--r-- | shared-bindings/_pixelbuf/PixelBuf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shared-bindings/_pixelbuf/PixelBuf.c b/shared-bindings/_pixelbuf/PixelBuf.c index e42281854..465b5cbb8 100644 --- a/shared-bindings/_pixelbuf/PixelBuf.c +++ b/shared-bindings/_pixelbuf/PixelBuf.c @@ -66,7 +66,7 @@ extern const int32_t colorwheel(float pos); //| //| :param ~int size: Number of pixelsx //| :param ~bytearray buf: Bytearray in which to store pixel data -//| :param ~str byteorder: Byte order string (such as "BGR" or "DBGR") +//| :param ~str byteorder: Byte order string (such as "BGR" or "PBGR") //| :param ~float brightness: Brightness (0 to 1.0, default 1.0) //| :param ~bytearray rawbuf: Bytearray in which to store raw pixel data (before brightness adjustment) //| :param ~int offset: Offset from start of buffer (default 0) |
