I'm migrating from 2.6.x to 3.0, and I was using layer.fade but everything has change slightly.
Is there a way to implement opacity on a QuadImageLoader?
You can set the color. Fade was just being blended with the color in any case.
I realize it's less intuitive, but you need to multiply your new fade through each color component.
I'm migrating from 2.6.x to 3.0, and I was using layer.fade but everything has change slightly. Is there a way to implement opacity on a QuadImageLoader?