daffodil ~master (2017-01-29T03:12:49Z)
Dub
Repo
Image.this
daffodil
image
Image
Create an empty Image given a width and a height. Pixels default to
init
this
(
size_t
width
,
size_t
height
,
size_t
channelCount
,
const
ColorSpace
*
colorSpace
,
MetaData
meta
=
null
)
class
Image
(V)
this
(
size_t
width
,
size_t
height
,
size_t
channelCount
,
const
ColorSpace
*
colorSpace
,
MetaData
meta
= null
)
if
(
isColorValue
!
V
)
this
(
R
range
,
MetaData
meta
=
null
)
this
(
const
Image
other
)
Meta
Source
See Implementation
daffodil
image
Image
aliases
Value
constructors
this
functions
newColor
opDollar
opIndex
opIndexAssign
toString
properties
channelCount
dup
height
range
size
width
variables
meta
Create an empty Image given a width and a height. Pixels default to init