diff --git a/colour.py b/colour.py index 1bd48e8..99eb4dd 100644 --- a/colour.py +++ b/colour.py @@ -1111,6 +1111,9 @@ def __ne__(self, other): return equal if equal is NotImplemented else not equal +Colour = Color + + RGB_equivalence = lambda c1, c2: c1.hex_l == c2.hex_l HSL_equivalence = lambda c1, c2: c1._hsl == c2._hsl