| 69 | |
| 70 | |
| 71 | bool SkyConfig::hasExplicitColorSetFor(const std::string& world) const |
| 72 | { |
| 73 | auto it = m_SkyDayColorsPerWorld.find(Utils::uppered(world)); |
| 74 | |
| 75 | return it != m_SkyDayColorsPerWorld.end(); |
| 76 | } |
| 77 | |
| 78 | |
| 79 | const SkyConfig::SkyDayColorSet& SkyConfig::getExplicitColorSetFor(const std::string& world) const |