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.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
change
Start
Link copied to clipboard
val
changeStart
:
Int
colors
Link copied to clipboard
val
colors
:
RgbaArray
names
Link copied to clipboard
val
names
:
Array
<
String
?
>
?
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String