ColorConfig
data class ColorConfig(val displayMode: ColorSelectionMode? = null, val defaultDisplayMode: ColorSelectionMode? = null, val templateColors: MultipleColors = MultipleColors.ColorsInt(), val allowCustomColorAlphaValues: Boolean = true, val icons: LibIcons = DEFAULT_ICON_STYLE) : BaseConfigs
The general configuration for the clock dialog.
Parameters
displayMode
Available color selection modes. If null, both are used.
defaultDisplayMode
Default view when opening ColorDialog.
templateColors
Colors for the ColorSelectionMode.TEMPLATE-view.
allowCustomColorAlphaValues
Allow alpha values in the custom color picker.
icons
The style of icons that are used for dialog/ view-specific icons.
Constructors
Link copied to clipboard
constructor(displayMode: ColorSelectionMode? = null, defaultDisplayMode: ColorSelectionMode? = null, templateColors: MultipleColors = MultipleColors.ColorsInt(), allowCustomColorAlphaValues: Boolean = true, icons: LibIcons = DEFAULT_ICON_STYLE)