Skip to content
Fields
Protos
f@30652 read(format.tga.Reader) → Virtual[colorMapData, developerData, header, imageData, imageId]
f@30653 readHeader(format.tga.Reader) → Virtual[alphaChannelBits, bitsPerPixel, colorMapEntrySize, colorMapFirstIndex, colorMapLength, colorMapType, height, imageOrigin, imageType, width, xOrigin, yOrigin]
f@30654 readColorMapData(format.tga.Reader, Virtual[alphaChannelBits, bitsPerPixel, colorMapEntrySize, colorMapFirstIndex, colorMapLength, colorMapType, height, imageOrigin, imageType, width, xOrigin, yOrigin]) → hl.types.ArrayBytes_Int
f@30655 readImageData(format.tga.Reader, Virtual[alphaChannelBits, bitsPerPixel, colorMapEntrySize, colorMapFirstIndex, colorMapLength, colorMapType, height, imageOrigin, imageType, width, xOrigin, yOrigin], hl.types.ArrayBytes_Int) → hl.types.ArrayBytes_Int
f@30656 readPixels(format.tga.Reader, I32, I32, I32, Bool) → hl.types.ArrayBytes_Int
f@30657 readMono(format.tga.Reader, I32, I32, I32, Bool) → hl.types.ArrayBytes_Int
f@30658 readIndexes(format.tga.Reader, I32, I32, hl.types.ArrayBytes_Int, I32, Bool) → hl.types.ArrayBytes_Int
f@30659 parsePixel1(format.tga.Reader, I32, Bool) → I32
f@30660 parsePixelGreyAlpha(format.tga.Reader, I32, Bool) → I32
f@30661 parsePixel2(format.tga.Reader, I32, Bool) → I32
f@30662 parsePixel3(format.tga.Reader, I32, Bool) → I32
f@30663 parsePixel4(format.tga.Reader, I32, Bool) → I32
Bindings
- static
f@30651 __constructor__(format.tga.Reader, haxe.io.Input) → Void