LevelColor enum identifies the twelve distinct colors used to label portal sides in a RollingQuest level. Each portal entrance or exit is associated with one of these colors, and you use the enum value to retrieve or configure that portal side via calls such as Level.getPortalSide(color). Choosing the right color constant ensures your script targets the correct portal when multiple portals exist in the same level.