ultralight v0.3.0 (2023-08-31T02:52:36Z)
Dub
Repo
Bitmap.this
ultralight
Bitmap
Create bitmap with certain dimensions and pixel format.
this
()
this
(uint width, uint height, BitmapFormat format)
class
Bitmap
this
(
uint
width
,
uint
height
,
BitmapFormat
format
)
this
(ULBitmap ptr)
Meta
Source
See Implementation
ultralight
Bitmap
constructors
this
destructors
~this
functions
bpp
erase
format
height
isEmpty
lockPixels
ownsPixels
rawPixels
rowBytes
size
swapRedBlueChannels
unlockPixels
width
writePng
static functions
fromCopy
fromPixels
variables
ptr
Create bitmap with certain dimensions and pixel format.