component-ktx
6.5.0
component-ktx
/
org.pushingpixels.radiance.component.ktx
/
KColorSelectorPopupMenu
KColor
Selector
Popup
Menu
class
KColorSelectorPopupMenu
Constructors
Functions
Properties
Constructors
KColor
Selector
Popup
Menu
Link copied to clipboard
fun
KColorSelectorPopupMenu
(
)
Functions
color
Section
Link copied to clipboard
fun
colorSection
(
init
:
KColorSelectorPopupMenuColorSection
.
(
)
->
Unit
)
:
KColorSelectorPopupMenuColorSection
color
Section
With
Derived
Link copied to clipboard
fun
colorSectionWithDerived
(
init
:
KColorSelectorPopupMenuColorSection
.
(
)
->
Unit
)
:
KColorSelectorPopupMenuColorSection
command
Link copied to clipboard
fun
command
(
actionKeyTip
:
String
?
=
null
,
popupKeyTip
:
String
?
=
null
,
init
:
KCommand
.
(
)
->
Unit
)
:
KCommand
group
Link copied to clipboard
fun
group
(
init
:
KColorSelectorPopupMenuGroup
.
(
)
->
Unit
)
:
KColorSelectorPopupMenuGroup
recent
Section
Link copied to clipboard
fun
recentSection
(
init
:
KColorSelectorPopupMenuRecentSection
.
(
)
->
Unit
)
:
KColorSelectorPopupMenuRecentSection
unary
Plus
Link copied to clipboard
operator
fun
KCommand
.
unaryPlus
(
)
Properties
on
Color
Activated
Link copied to clipboard
var
onColorActivated
:
(
Color
)
->
Unit
?
on
Color
Preview
Activated
Link copied to clipboard
var
onColorPreviewActivated
:
(
Color
)
->
Unit
?
on
Color
Preview
Canceled
Link copied to clipboard
var
onColorPreviewCanceled
:
(
)
->
Unit
?