daffodil ~master (2017-01-29T03:12:49Z)
Dub
Repo
Image.this
daffodil
image
Image
Create a Image from a given image range, color space and optional metadata.
this
(
size_t
width
,
size_t
height
,
size_t
channelCount
,
const
ColorSpace
*
colorSpace
,
MetaData
meta
=
null
)
this
(
R
range
,
MetaData
meta
=
null
)
class
Image
(V)
this
(
R
)
(
R
range
,
MetaData
meta
= null
)
if
(
isImageRange
!(
R
,
PixelData
)
)
if
(
isColorValue
!
V
)
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 a Image from a given image range, color space and optional metadata.