project
androidJvm
purchases
/
com.revenuecat.purchases.paywalls
/
PaywallColor
/
PaywallColor
Paywall
Color
constructor
(
stringRepresentation
:
String
)
Creates a color from a Hex string:
#RRGGBB
or
#RRGGBBAA
.
constructor
(
@
ColorInt
colorInt
:
Int
)
constructor
(
stringRepresentation
:
String
,
underlyingColor
:
Color
?
)