complementary property

PdfColor get complementary

Returns a complementary color with hue shifted by -120°.

Implementation

PdfColor get complementary => toHsv().complementary;