Label only consisting of a colon is not allowed

A label only consisting of a colon is not allowed in transformation and coloring code. It can only be used in formula code. Replace the colon with the proper label. Example:

Coloring {
  #index = cabs(#z) :

could be replaced by

Coloring {
  #index = cabs(#z)
default:

See Also
Errors