WcagHelpers Class
Version 1.0.2
.NET Framework 4.7
Namespace | Skybrud.Colors.Wcag |
---|---|
Assembly | Skybrud.Colors.dll |
Visibility | Public |
Inheritance | Object |
Static helper class for various WCAG calculations.
public class WcagHelpers { }
Methods
GetContrastRatio(RgbColor, RgbColor)
(static)
Calculates the constrast ratio of to given colors as specified by the WCAG 2.0 specification. |
GetRelativeLuminance(RgbColor)
(static)
Calculates the relative luminance of a given |