gfm v1.3.6 (2014-11-02T12:42:52Z)
Home
Dub
Repo
Bitmap.this
gfm
image
bitmap
Bitmap
Creates with a buffer whose lifetime should be greater than this.
this
(vec2i dimension)
this
(T* data, vec2i dimension, ptrdiff_t stride)
this
(T* data, vec2i dimension)
this
(AlignedBuffer!ubyte buffer, vec2i dimension)
struct
Bitmap
(T)
nothrow nothrow
this
(
AlignedBuffer
!ubyte
buffer
,
vec2i
dimension
)
Meta
Source
See Implementation
gfm
image
bitmap
Bitmap
aliases
element_t
constructors
this
destructors
~this
functions
contains
copy
get
isDense
opAssign
set
subImage
postblits
this(this)
properties
dimension
height
ptr
width
Creates with a buffer whose lifetime should be greater than this.