hsl() and hsla() is supported in functional notation:
hsl() and hsla() is supported in functional notation:
Optional NamedColors
NamedColors:undefined | string
It is used to specify named colors
It is used to specify named colors
Optional rgb
rgb:undefined | string
React Native supports rgb() and rgba() in both hexadecimal and functional notation:
React Native supports rgb() and rgba() in both hexadecimal and functional notation:
Optional transparent
transparent:undefined | string
This is a shortcut for rgba(0,0,0,0):
This is a shortcut for rgba(0,0,0,0):
key for others property.