diff --git a/docs/dokka/color-chooser/net.mm2d.color.chooser/-color-chooser-dialog/index.html b/docs/dokka/color-chooser/net.mm2d.color.chooser/-color-chooser-dialog/index.html index f1b1692..a570508 100644 --- a/docs/dokka/color-chooser/net.mm2d.color.chooser/-color-chooser-dialog/index.html +++ b/docs/dokka/color-chooser/net.mm2d.color.chooser/-color-chooser-dialog/index.html @@ -84,17 +84,17 @@

Functions

- +
show
- +
Link copied to clipboard
-
fun show(    fragment: Fragment,     requestKey: String,     @ColorInt initialColor: Int = Color.WHITE,     withAlpha: Boolean = false,     initialTab: Int = TAB_PALETTE)
fun show(    activity: FragmentActivity,     requestKey: String,     @ColorInt initialColor: Int = Color.WHITE,     withAlpha: Boolean = false,     initialTab: Int = TAB_PALETTE)

Show dialog.

+
fun show(    fragment: Fragment,     requestKey: String,     @ColorInt initialColor: Int = Color.WHITE,     withAlpha: Boolean = false,     initialTab: Int = TAB_PALETTE,     tabs: IntArray = DEFAULT_TABS)
fun show(    activity: FragmentActivity,     requestKey: String,     @ColorInt initialColor: Int = Color.WHITE,     withAlpha: Boolean = false,     initialTab: Int = TAB_PALETTE,     tabs: IntArray = DEFAULT_TABS)

Show dialog.

diff --git a/docs/dokka/color-chooser/net.mm2d.color.chooser/-color-chooser-dialog/show.html b/docs/dokka/color-chooser/net.mm2d.color.chooser/-color-chooser-dialog/show.html index 15dc1d6..dedb59e 100644 --- a/docs/dokka/color-chooser/net.mm2d.color.chooser/-color-chooser-dialog/show.html +++ b/docs/dokka/color-chooser/net.mm2d.color.chooser/-color-chooser-dialog/show.html @@ -42,12 +42,12 @@
-
+

show

-
fun show(    activity: FragmentActivity,     requestKey: String,     @ColorInt initialColor: Int = Color.WHITE,     withAlpha: Boolean = false,     initialTab: Int = TAB_PALETTE)

Show dialog.

Parameters

activity

FragmentActivity

requestKey

Request Key used for registration with registerListener

initialColor

initial color

withAlpha

if true, alpha section is enabled

initialTab

initial tab, TAB_PALETTE/TAB_HSV/TAB_RGB


fun show(    fragment: Fragment,     requestKey: String,     @ColorInt initialColor: Int = Color.WHITE,     withAlpha: Boolean = false,     initialTab: Int = TAB_PALETTE)

Show dialog.

Parameters

fragment

Fragment

requestKey

Request Key used for registration with registerListener

initialColor

initial color

withAlpha

if true, alpha section is enabled

initialTab

initial tab, TAB_PALETTE/TAB_HSV/TAB_RGB

+
fun show(    activity: FragmentActivity,     requestKey: String,     @ColorInt initialColor: Int = Color.WHITE,     withAlpha: Boolean = false,     initialTab: Int = TAB_PALETTE,     tabs: IntArray = DEFAULT_TABS)

Show dialog.

Parameters

activity

FragmentActivity

requestKey

Request Key used for registration with registerListener

initialColor

initial color

withAlpha

if true, alpha section is enabled

initialTab

initial tab, TAB_PALETTE/TAB_HSV/TAB_RGB

tabs

tabs and order to show, default {TAB_PALETTE, TAB_HSV, TAB_RGB}


fun show(    fragment: Fragment,     requestKey: String,     @ColorInt initialColor: Int = Color.WHITE,     withAlpha: Boolean = false,     initialTab: Int = TAB_PALETTE,     tabs: IntArray = DEFAULT_TABS)

Show dialog.

Parameters

fragment

Fragment

requestKey

Request Key used for registration with registerListener

initialColor

initial color

withAlpha

if true, alpha section is enabled

initialTab

initial tab, TAB_PALETTE/TAB_HSV/TAB_RGB

tabs

tabs and order to show, default {TAB_PALETTE, TAB_HSV, TAB_RGB}