Table of Contents

Method IsDarker

Namespace
Alternet.Drawing
Assembly
Alternet.UI.Common.dll

IsDarker(Color, Color)

Returns true if the luminosity of c1 is less than c2.

public static bool IsDarker(Color c1, Color c2)

Parameters

c1 Color
c2 Color

Returns

bool