toggle menu
ui
android
switch theme
search in API
ui
/
com.vanniktech.ui.view
/
ColorPickerStringsHardcoded
Color
Picker
Strings
Hardcoded
android
data
class
ColorPickerStringsHardcoded
(
val
alpha
:
String
?
,
val
red
:
String
,
val
green
:
String
,
val
blue
:
String
,
val
hex
:
String
)
:
ColorPickerStrings
Members
Constructors
Color
Picker
Strings
Hardcoded
Link copied to clipboard
android
constructor
(
alpha
:
String
?
,
red
:
String
,
green
:
String
,
blue
:
String
,
hex
:
String
)
Properties
alpha
Link copied to clipboard
android
val
alpha
:
String
?
Null means alpha won't be configurable.
blue
Link copied to clipboard
android
val
blue
:
String
green
Link copied to clipboard
android
val
green
:
String
hex
Link copied to clipboard
android
val
hex
:
String
red
Link copied to clipboard
android
val
red
:
String