How to check if NSColor is light
Issue #627
Algorithm from https://www.w3.org/WAI/ER/WD-AERT/#color-contrast
1 | extension NSColor { |
Then we can apply contrast color for our Text
1 | extension Text { |
Issue #627
Algorithm from https://www.w3.org/WAI/ER/WD-AERT/#color-contrast
1 | extension NSColor { |
Then we can apply contrast color for our Text
1 | extension Text { |