sebinside / StreamAwesome

Stream Awesome - The Stream Deck Icon Generator using Font Awesome
MIT License
52 stars 15 forks source link

Use alpha for duotone icons #233

Open Logianer opened 1 month ago

Logianer commented 1 month ago

Right now, colors for secondary parts of duotone icons are just darkened/brightened, but it would make much more sense to have a transparency slider in the UI that controls the alpha value of the secondary part.

This would also make any checks and custom logic for darkening obsolete.

Example:
Preset "Custom"; Icon Color #000000; Background Color #00FF6E

Right now: image

With Alpha Use: image

Implementation Idea

See also: #219