Const
Creates a Color from a CSS color value. This function currently only supports rgb(255, 255, 255), rgba(255, 255, 255, 0.5) or "#FFFFFF". Returns undefined if the color cannot be parsed.
Color
rgb(255, 255, 255)
rgba(255, 255, 255, 0.5)
"#FFFFFF"
undefined
Creates a
Colorfrom a CSS color value. This function currently only supportsrgb(255, 255, 255),rgba(255, 255, 255, 0.5)or"#FFFFFF". Returnsundefinedif the color cannot be parsed.