shadow-layout
shadow-layout copied to clipboard
Why I can't set sl_shadowColor like #aaff5050 , while #aa111111 , #bb888888 are ok?
Did you resolve this problem?? I found it cannot set the shadowColor
I'm also found this bug
google‘s document says: This draws a shadow layer below the main layer, with the specified offset and color, and blur radius. If radius is 0, then the shadow layer is removed.
Can be used to create a blurred shadow underneath text. Support for use with other drawing operations is constrained to the software rendering pipeline.
The alpha of the shadow will be the paint's alpha if the shadow color is opaque, or the alpha from the shadow color if not.