Investigate "layering" method
Sharparam opened this issue · 1 comments
Sharparam commented
The best practices for Chroma development mention that you should layer your effects.
I.e. a base layer with some application-specific color, and then other effects on top of that. I don't see any explicit functions to achieve that in the SDK, but if they mention it in the documentation there must be a way.
We should investigate this and see what the intended way to do this is.
Sharparam commented
Closing this as it seems the "layering" is just something that should be done by the developer before sending effects to the SDK.
It might be of interest to add some helper methods for this in Colore, but that would belong in a separate issue for a future release.