complementary property
PdfColor
get
complementary
Get a complementary color with hue shifted by -120°
Implementation
PdfColor get complementary => toHsv().complementary;
Get a complementary color with hue shifted by -120°
PdfColor get complementary => toHsv().complementary;