Welcome to mirror list, hosted at ThFree Co, Russian Federation.

color_constants.hpp « drape_frontend - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 21c7868c649be689251946662d2ef5623b0e764e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#pragma once

#include "drape/color.hpp"

#include <string>

namespace df
{
using ColorConstant = std::string;

dp::Color GetColorConstant(ColorConstant const & constant);

void LoadTransitColors();

ColorConstant GetTransitColorName(ColorConstant const & localName);
ColorConstant GetTransitTextColorName(ColorConstant const & localName);
} //  namespace df