toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-core
/
korlibs.image.format
/
TGA
/
Info
Info
class
Info
(
val
width
:
Int
,
val
height
:
Int
,
val
flipY
:
Boolean
,
val
bitsPerPixel
:
Int
)
Members
Constructors
Info
Link copied to clipboard
constructor
(
width
:
Int
,
height
:
Int
,
flipY
:
Boolean
,
bitsPerPixel
:
Int
)
Properties
area
Link copied to clipboard
val
area
:
Int
bits
Per
Pixel
Link copied to clipboard
val
bitsPerPixel
:
Int
bytes
Link copied to clipboard
val
bytes
:
Int
flip
Y
Link copied to clipboard
val
flipY
:
Boolean
height
Link copied to clipboard
val
height
:
Int
width
Link copied to clipboard
val
width
:
Int