doc fix
This commit is contained in:
parent
c157ada90c
commit
720d242b4f
@ -43,7 +43,7 @@
|
|||||||
//| per row is a multiple of 4, then the resulting memoryview will correspond directly with the bitmap's contents. Otherwise,
|
//| per row is a multiple of 4, then the resulting memoryview will correspond directly with the bitmap's contents. Otherwise,
|
||||||
//| the bitmap data is packed into the memoryview with unspecified padding.
|
//| the bitmap data is packed into the memoryview with unspecified padding.
|
||||||
//|
|
//|
|
||||||
//| A read-only buffer can be used e.g., with `ulab.fromarray` to efficiently create an array with the same content as a Bitmap;
|
//| A read-only buffer can be used e.g., with `ulab.frombuffer` to efficiently create an array with the same content as a Bitmap;
|
||||||
//| to move data efficiently from ulab back into a Bitmap, use `bitmaptools.arrayblit`.
|
//| to move data efficiently from ulab back into a Bitmap, use `bitmaptools.arrayblit`.
|
||||||
//| """
|
//| """
|
||||||
//|
|
//|
|
||||||
|
Loading…
Reference in New Issue
Block a user