dimage ~master (2018-12-17T02:05:41Z)
Dub
Repo
Image.readPixelIndex
dimage
base
Image
Reads an index, if the image isn't indexed throws an ImageFormatException.
class
Image
T
readPixelIndex
(
T
=
ubyte
)
(
ushort
x
,
ushort
y
)
if
(
T.stringof
== ushort.
stringof
||
T.stringof
== ubyte.
stringof
)
Meta
Source
See Implementation
dimage
base
Image
functions
getImageData
getPaletteData
getPixelOrder
getPixelOrderBitshift
readPalette
readPixel
readPixelIndex
writePixel
variables
imageData
mod
paletteData
shift
Reads an index, if the image isn't indexed throws an ImageFormatException.