In working on a small app which simply abuses drawables, I discovered that the DrawableImage source has a little note in it as follows:
//xxx should use image alpha channel for hit-test?
When I typed “Yes” at the end of the line and recompiled, it didn’t change anything. :lol:
So, I figured I’d put in a special request for it here. Pretty please with C&H pure cane sugar on it, Jules, could you please implement alpha channel hit testing in drawable images?
A thousand thanks again Jules. I never even considered an alpha threshold for the hit test. That is an excellent idea, as it would allow for shadows and blurred regions to not be returned in the hit test. As it stand, this will be quite sufficient for my purposes. Works perfect.