splitComplementary method

List<OkLch> splitComplementary()

Implementation

List<OkLch> splitComplementary() {
  return [rotated(150), this, rotated(210)];
}