daffodil ~master (2022-03-12T20:49:14.1403618)
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, ColorSpace* colorSpace, MetaData meta)
this
(R range, MetaData meta)
class
Image
(V)
this
(
R
)
(
R
range
,
MetaData
meta
= null
)
if
(
isImageRange
!(
R
,
PixelData
)
)
if
(
isColorValue
!
V
)
this
(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.