triadic property

List<PdfColor> get triadic

Returns triadic colors.

Implementation

List<PdfColor> get triadic => toHsv().triadic;