renames to bytesPerPixel and use nullptr
This commit is contained in:
parent
8a5e96056e
commit
ca16132268
3 changed files with 6 additions and 6 deletions
|
@ -471,7 +471,7 @@ Returns:
|
|||
* `bitmapSize` Object
|
||||
* `width` Number - the width of the whole bitmap
|
||||
* `height` Number - the height of the whole bitmap
|
||||
* `pixel` Number - The number of bytes per pixel
|
||||
* `bytesPerPixel` Number - The number of bytes per pixel in the bitmap
|
||||
|
||||
Emitted when a new frame is generated. Only the dirty area is passed in the
|
||||
buffer.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue