dplug ~master (2024-09-30T22:25:31Z)
Home
Dub
Repo
OwnedImage.size
dplug
graphics
image
OwnedImage
Resize the image, the content is lost and the new content is undefined.
class
OwnedImage
(COLOR)
nothrow @
nogc
void
size
(
int
width
,
int
height
,
int
border
= 0
,
int
rowAlignment
= 1
,
int
xMultiplicity
= 1
,
int
trailingSamples
= 0
)
Meta
Source
See Implementation
dplug
graphics
image
OwnedImage
constructors
this
destructors
~this
functions
borderBottom
borderLeft
borderRight
borderTop
fillWith
isGapless
pitchInBytes
premultiply
replicateBorders
replicateBordersTouching
scanline
scanlinePtr
size
mixins
__anonymous
variables
h
w
Resize the image, the content is lost and the new content is undefined.