daffodil ~master (2017-01-29T03:12:49Z)
Dub
Repo
Image.opIndex
daffodil
image
Image
Get a pixel of the given pixel format at a location on the image.
auto
opIndex
(
size_t
x
,
size_t
y
)
class
Image
(V)
auto
opIndex
const
(
size_t
x
,
size_t
y
)
if
(
isColorValue
!
V
)
void
opIndexAssign
(
const
Pixel
!
Value
color
,
size_t
x
,
size_t
y
)
void
opIndexAssign
(
real
[]
values
,
size_t
x
,
size_t
y
)
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
Get a pixel of the given pixel format at a location on the image.