add method

void add(
  1. Color c
)

Implementation

void add(Color c) {
  min.setMin(c);
  max.setMax(c);
}