dplug ~master (2024-09-30T22:25:31Z)
Home
Dub
Repo
OwnedImage.this
dplug
graphics
image
OwnedImage
Create with given initial size.
this
()
this
(int w, int h, int border, int rowAlignment, int xMultiplicity, int trailingSamples)
class
OwnedImage
(COLOR)
nothrow @
nogc
nothrow @
nogc
this
(
int
w
,
int
h
,
int
border
= 0
,
int
rowAlignment
= 1
,
int
xMultiplicity
= 1
,
int
trailingSamples
= 0
)
this
(int w, int h, ubyte* buffer)
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
Create with given initial size.