arsd-official ~master (2024-10-25T16:17:57Z)
Dub
Repo
Pixmap.size
arsd
pixmappaint
Pixmap
Changes the size of the buffer
Reallocates the underlying pixel array.
void
size
(Size value)
struct
Pixmap
@
safe
pure nothrow
void
size
(
Size
value
)
void
size
(int totalPixels, int width)
Size
size
()
Meta
Source
See Implementation
arsd
pixmappaint
Pixmap
aliases
scan2D
scanSubPixmap
constructors
this
functions
accessPixel
adjustTo
clear
clone
copyTo
getPixel
height
length
pitch
scan
scanArea
scanLine
scanTo
setPixel
size
sliceAt
static functions
fromMemoryImage
fromTrueColorImage
makeNew
variables
data
width
Changes the size of the buffer
Reallocates the underlying pixel array.