Method IsDarkBackground
IsDarkBackground(Color, Color)
Returns true if backgroundColor
is darker
than foregroundColor
.
public static bool IsDarkBackground(Color foregroundColor, Color backgroundColor)
Returns true if backgroundColor
is darker
than foregroundColor
.
public static bool IsDarkBackground(Color foregroundColor, Color backgroundColor)