ColorConfig
constructor(displayMode: ColorSelectionMode? = null, defaultDisplayMode: ColorSelectionMode? = null, templateColors: MultipleColors = MultipleColors.ColorsInt(), allowCustomColorAlphaValues: Boolean = true, icons: LibIcons = DEFAULT_ICON_STYLE)
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.