Skip to content

v312

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Nov 20:08
· 26 commits to master since this release

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

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"]