toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-core
/
korlibs.image.format
/
PNG
/
Header
Header
class
Header
(
val
width
:
Int
,
val
height
:
Int
,
val
bitsPerChannel
:
Int
,
val
colorspace
:
PNG.Colorspace
,
val
compressionmethod
:
Int
,
val
filtermethod
:
Int
,
val
interlacemethod
:
Int
)
Members
Constructors
Header
Link copied to clipboard
constructor
(
width
:
Int
,
height
:
Int
,
bitsPerChannel
:
Int
,
colorspace
:
PNG.Colorspace
,
compressionmethod
:
Int
,
filtermethod
:
Int
,
interlacemethod
:
Int
)
Properties
bits
Per
Channel
Link copied to clipboard
val
bitsPerChannel
:
Int
colorspace
Link copied to clipboard
val
colorspace
:
PNG.Colorspace
components
Link copied to clipboard
val
components
:
Int
compressionmethod
Link copied to clipboard
val
compressionmethod
:
Int
filtermethod
Link copied to clipboard
val
filtermethod
:
Int
height
Link copied to clipboard
val
height
:
Int
interlacemethod
Link copied to clipboard
val
interlacemethod
:
Int
stride
Link copied to clipboard
val
stride
:
Int
width
Link copied to clipboard
val
width
:
Int