complementary property

PdfColor get complementary

Get a complementary color with hue shifted by -120°

Implementation

PdfColor get complementary => toHsv().complementary;