get_complementary method

get_complementary

Returns a new color that is on the opposite side of the color wheel from the original.

Returns

A new instance of the Color class.

def get_complementary(self):
    ...

See Also