dplug v4.2.2 (2017-05-30T16:49:02Z)
Home
Dub
Repo
IFImage
dplug
graphics
drawex
Undocumented in source.
nothrow @
nogc
struct
IFImage {
int
w
;
int
h
;
ubyte
[]
pixels
;
int
channels
;
void
free
();
}
Members
Functions
free
void
free
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
channels
int
channels
;
h
int
h
;
Undocumented in source.
pixels
ubyte
[]
pixels
;
Undocumented in source.
w
int
w
;
Undocumented in source.
Meta
Source
See Implementation
dplug
graphics
drawex
classes
OwnedImage
functions
aaFillRectFloat
aaFillSector
aaPutPixelFloat
aaSoftCircle
aaSoftDisc
aaSoftEllipse
blendWithAlpha
crop
cropImageRef
fillRectFloat
horizontalSlope
loadImageSeparateAlpha
loadOwnedImage
readImageFromMem
verticalSlope
structs
IFImage