2 references to ContrastRatio
Aspire.Dashboard.Tests (2)
Integration\Playwright\AccessibilityTests.cs (2)
217
.Select(state => (state.Name, state.Foreground, state.Background, Ratio:
ContrastRatio
(state.Foreground, state.Background)))
312
var ratio =
ContrastRatio
(foreground, background);