pixelperfectengine v0.10.0-beta.9 (2023-02-08T21:49:32Z)
Dub
Repo
loadBitmapSheetFromFile
pixelperfectengine
system
file
Loads a bitmap sheet from file. This one doesn't require TGA devarea extensions.
public
T
[]
loadBitmapSheetFromFile
(
T
)
(
string
filename
,
int
x
,
int
y
)
if
(
is
(
T
==
Bitmap1Bit
) ||
is
(
T
==
Bitmap2Bit
)
||
is
(
T
==
Bitmap4Bit
)
||
is
(
T
==
Bitmap8Bit
)
||
is
(
T
==
Bitmap16Bit
)
||
is
(
T
==
Bitmap32Bit
)
)
Meta
Source
See Implementation
pixelperfectengine
system
file
functions
loadBitmapFromFile
loadBitmapFromImage
loadBitmapSheetFromFile
loadBitmapSheetFromImage
loadBitmapSliceFromImage
loadFileFromDisk
loadImage
loadMidiFile
loadPaletteFromFile
loadPaletteFromImage
loadSoundFromFile
padScanLine
structs
RIFFHeader
Loads a bitmap sheet from file. This one doesn't require TGA devarea extensions.