Method IsDarker
IsDarker(Color, Color)
Returns true if the luminosity of c1
is less
than c2
.
public static bool IsDarker(Color c1, Color c2)
Returns true if the luminosity of c1
is less
than c2
.
public static bool IsDarker(Color c1, Color c2)