In that case, is it possible to have multiple simultaneous colors within a specific area?(Example: If I want to have multiple different colored rays of light drop down on a specific location) Is there anything available that can do that?
In 509, no. I'm strongly considering (as in, actually planning out) a feature in 510 that would allow for lighting of the type you're describing.
What I'm looking at for 510 is basically not so much a matrix thing, but a lighting layer. That is, you'd setup an atom on plane 1 (for instance) that had a blend_mode of BLEND_MULTIPLY. Then you'd have other atoms on plane 1 for the lights, which would use BLEND_ADD. (Probably you'd want something for ambient lighting also.) All the atoms would be drawn on plane 1, and then the entire plane would be blended over the map.
In that case, is it possible to have multiple simultaneous colors within a specific area?(Example: If I want to have multiple different colored rays of light drop down on a specific location) Is there anything available that can do that?
Also everything else was great, it's not quite clear yet but once I start messing with it I'll pick it up much faster with this to reference.