toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-core
/
korlibs.image.bitmap
/
Palette
Palette
open
class
Palette
(
val
colors
:
RgbaArray
,
val
names
:
Array
<
String
?
>
?
=
null
,
val
changeStart
:
Int
=
0
,
val
changeEnd
:
Int
=
0
)
Inheritors
AsePalette
Members
Constructors
Palette
Link copied to clipboard
constructor
(
colors
:
RgbaArray
,
names
:
Array
<
String
?
>
?
=
null
,
changeStart
:
Int
=
0
,
changeEnd
:
Int
=
0
)
Properties
change
End
Link copied to clipboard
val
changeEnd
:
Int
=
0
change
Start
Link copied to clipboard
val
changeStart
:
Int
=
0
colors
Link copied to clipboard
val
colors
:
RgbaArray
names
Link copied to clipboard
val
names
:
Array
<
String
?
>
?
=
null
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String