Method IsDark
IsDark(Color)
Returns True if is dark (it's brightness is less than 0.5).
public static bool IsDark(Color color)
Parameters
colorColorColor to test.
Returns True if is dark (it's brightness is less than 0.5).
public static bool IsDark(Color color)
color ColorColor to test.