My point is, there are two ways of doing this:
1) we have a finite list of "allowed" colours you can choose from.
2) we let people choose any color, but some ranges are reserved.
The latter is harder to implement. We'd have to ban the entire red and green ranges, and I'm not even sure I'd know how to do that.
1) we have a finite list of "allowed" colours you can choose from.
2) we let people choose any color, but some ranges are reserved.
The latter is harder to implement. We'd have to ban the entire red and green ranges, and I'm not even sure I'd know how to do that.