colors property

List<Color> colors
final

The colors of the circles that will be moving on the screen.

Note: There is no guarantee that all colors will be used. If the list is too long, some colors may be skipped.

Note: If allSameColor is true, the order of this list matter; otherwise, the order does not matter.

Implementation

final List<Color> colors;