complementary property

  1. @override
PdfColorHsv complementary
override

Get a complementary color with hue shifted by -120°

Implementation

@override
PdfColorHsv get complementary =>
    PdfColorHsv((hue - 120) % 360, saturation, value, alpha);