complementary property

PdfColor complementary

Get a complementary color with hue shifted by -120°

Implementation

PdfColor get complementary => toHsv().complementary;