Calculates the relative luminance of a given color as specified by the WCAG 2.0 specification.
color
public static double GetRelativeLuminance(RgbColor color)
The color.
The relative luminance.