v312
This update contains significant changes for some layers and calculation of final image.
Optimizations
- Some layers are now "Non-render Layers". Color data for those are stored per-LED basis instead of a much larger image bitmap.
- Those layers have a green leaf icon in their settings.
- More layers will be converted in the future, depending on their complexity.
- Optimized getting final colors of each LED:
- Previous:
- Add each layer's images, then calculate the average of the LED region
- New:
- Calculate the average of the LED region, then add averages of the LED region
- Previous:
Improvements
- New color blending code is more accurate with transparent layers.
- But, this also means lower opacity is now brighter. You may need to adjust your layers
- Default desktop profile is adjusted.
Full Changelog: v302...v312
["Aurora"]