update method
Implementation
void update(double deltaTime) {
for (EColorShift eColorShift in colorShifts) {
eColorShift.update(deltaTime);
}
}
void update(double deltaTime) {
for (EColorShift eColorShift in colorShifts) {
eColorShift.update(deltaTime);
}
}