korlibs
Toggle table of contents
6.1.0-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
korlibs
korlibs-image
/
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