dimage ~master (2018-12-17T02:05:41Z)
Dub
Repo
Image.readPixel
dimage
base
Image
Reads a single 32bit pixel. If the image is indexed, a color lookup will be done.
class
Image
Pixel32Bit
readPixel
(
ushort
x
,
ushort
y
)
Meta
Source
See Implementation
dimage
base
Image
functions
getImageData
getPaletteData
getPixelOrder
getPixelOrderBitshift
readPalette
readPixel
readPixelIndex
writePixel
variables
imageData
mod
paletteData
shift
Reads a single 32bit pixel. If the image is indexed, a color lookup will be done.