exyte / fan-menu

Menu with a circular layout based on Macaw
MIT License
728 stars 58 forks source link

Possible tint on button #46

Closed kier70 closed 5 years ago

kier70 commented 5 years ago

I have an example built using the interface builder which is set to display on top of another view.

When the view background color is #95c11f and the button circle is also set to the same it results in a slight difference in color on overlay. Am I missing a tint that I need to remove/ set to clear?

let circle = Shape( form: Circle(r: 55.0), fill: Color (val: 0x95c11f) )

image