triadic method

List<Color> triadic()

Gets triadic colors

Implementation

List<Color> triadic() {
  return triadicScheme;
}