Hi — enjoying messing around in korge for one of m...
# korge
t
Hi — enjoying messing around in korge for one of my side projects. I was curious though if there is a supported way to add a drop shadow to a ShapeView? I see there are some dropShadow functions on Bitmap32 but I’m not quite sure how to get the Bitmap32 from the ShapeView.
d
Views uses filters to do that kind of thing. Not remember if there is a dropshadow filter though
You can also compute the vector in a bitmap, then use a Image view that can receive a bitmap
t
Sweet, thanks!