Package com.vanpra.composematerialdialogs.color   
  Types
Link copied to clipboard
                Defines the behaviour of ARGB Picker
Link copied to clipboard
                Object used to store common colors and subColors that can be used with colorChooser Credit for the color schemes goes to "Aidan Follestad" as stated at the top of this file
Functions
Link copied to clipboard
                fun MaterialDialogScope.colorChooser(    colors: List<Color>,     subColors: List<List<Color>> = listOf(),     initialSelection: Int = 0,     argbPickerState: ARGBPickerState = ARGBPickerState.None,     waitForPositiveButton: Boolean = true,     onColorSelected: (Color) -> Unit = {})
Content copied to clipboard