Is there a way to directly read and set individual properties of Color4 objects, other than just in the constructor?
I want to just tweak the alpha values of some colors, without touching the rgb values. Can I modify the values directly or do I need to do this by adding/subtracting/multiplying another color value to the original color?
Sorry if this is an obvious question but I’m relatively new to Babylon.js. So far I’m impressed.
Cheers,
Dan
edit: I tried just referencing them using dot notation but that doesn’t seem to work.