shadow-layout icon indicating copy to clipboard operation
shadow-layout copied to clipboard

Why I can't set sl_shadowColor like #aaff5050 , while #aa111111 , #bb888888 are ok?

Open JDChi opened this issue 8 years ago • 3 comments

JDChi avatar Jul 19 '16 02:07 JDChi

Did you resolve this problem?? I found it cannot set the shadowColor

zouzhenglu avatar Apr 25 '17 03:04 zouzhenglu

I'm also found this bug

michaellee123 avatar Mar 28 '19 09:03 michaellee123

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.

michaellee123 avatar Mar 29 '19 03:03 michaellee123