arsd-official ~master (2024-10-25T16:17:57Z)
Dub
Repo
Pixmap.scan
arsd
pixmappaint
Pixmap
Accesses the pixel at the requested position within the pixmap data.
inout
(
Pixel
)
scan
(Point pos)
struct
Pixmap
@
safe
pure nothrow @
safe
pure nothrow @
nogc
ref inout
inout
(
Pixel
)
scan
(
Point
pos
)
inout
(
Pixel
)[]
scan
(Point pos, int n)
Meta
Source
See Implementation
arsd
pixmappaint
Pixmap
aliases
scan2D
scanSubPixmap
constructors
this
functions
accessPixel
adjustTo
clear
clone
copyTo
getPixel
height
length
pitch
scan
scanArea
scanLine
scanTo
setPixel
size
sliceAt
static functions
fromMemoryImage
fromTrueColorImage
makeNew
variables
data
width
Accesses the pixel at the requested position within the pixmap data.