ColorPickerStringsAndroid

data class ColorPickerStringsAndroid(@StringRes val alpha: Int, @StringRes val red: Int, @StringRes val green: Int, @StringRes val blue: Int, @StringRes val hex: Int) : ColorPickerStrings

Constructors

Link copied to clipboard
constructor(@StringRes alpha: Int, @StringRes red: Int, @StringRes green: Int, @StringRes blue: Int, @StringRes hex: Int)

Properties

Link copied to clipboard
val alpha: Int

0 is optional and alpha won't be configurable.

Link copied to clipboard
val blue: Int
Link copied to clipboard
val green: Int
Link copied to clipboard
val hex: Int
Link copied to clipboard
val red: Int