From 53ad1234f2cb4c5169982bb5c0fa6014fe4b0f3e Mon Sep 17 00:00:00 2001 From: OHMAE Ryosuke Date: Fri, 26 Aug 2022 21:07:12 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=96update=20kdoc?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../net.mm2d.color.chooser/-color-chooser-dialog/index.html | 6 +++--- .../net.mm2d.color.chooser/-color-chooser-dialog/show.html | 4 ++-- docs/dokka/color-chooser/package-list | 4 ++-- docs/dokka/scripts/pages.json | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) 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

- +
- +
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}