Kaluga
Toggle table of contents
android
ios
Target filter
android
ios
Switch theme
Search in API
Skip to content
Kaluga
resources
/
com.splendo.kaluga.resources
/
KalugaColor
/
DarkLightColor
/
DarkLightColor
Dark
Light
Color
android
ios
constructor
(
defaultColor
:
KalugaColor.RGBColor
,
darkColor
:
KalugaColor.RGBColor
=
defaultColor
)
constructor
(
@
ColorInt
defaultColor
:
Int
,
@
ColorInt
darkModeColor
:
Int
=
defaultColor
)
Constructor to create from
ColorInt
constructor
(
uiColor
:
UIColor
)