OpenMacroBoard / OpenMacroBoard.SDK

MIT License
20 stars 10 forks source link

Button press effect with rounded corners #14

Open wischi-chr opened 3 years ago

wischi-chr commented 3 years ago

Currently the "attachable" feature .WithButtonPressEffect() just scales down the image. This results in quite sharp edges which look a bit out of place because the stream deck buttons themselves have rounded corners.

So a new config should be added to allow for rounded corners on the shrunk images.

This feature is related to #11