ColorPalette constructor

ColorPalette(
  1. List<HTMLColor> _basicColors
)

Implementation

ColorPalette(this._basicColors) {
  _check();
}