monochromatic method

List<Color> monochromatic({
  1. int count = 5,
})

Gets monochromatic colors

Implementation

List<Color> monochromatic({int count = 5}) {
  return monochromaticScheme;
}