-
It seems like you can color the sprite rect using the colors attribute, but no way to color the image shape if using a skia circle for the shape. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
seems like I can use the blendMode attribute set to |
Beta Was this translation helpful? Give feedback.
-
Well, it sort of works except the blend modes are interfering if there's any overlay. I'm trying to fix it via this solution: #1557 (comment) but no luck. Here's what it looks like. |
Beta Was this translation helpful? Give feedback.
-
Ended up using the Picture api instead. It's fast enough and I have a lot more options. A la: #2688 |
Beta Was this translation helpful? Give feedback.
Ended up using the Picture api instead. It's fast enough and I have a lot more options. A la: #2688