complementary method

OkHsl complementary()

Implementation

OkHsl complementary() {
  return rotated(180);
}