MCPcopy Create free account
hub / github.com/comaps/comaps / ColorDataToString

Function ColorDataToString

libs/kml/pykmlib/bindings.cpp:370–377  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

368}
369
370std::string ColorDataToString(ColorData const & c)
371{
372 std::ostringstream out;
373 out << "["
374 << "predefined_color:" << PredefinedColorToString(c.m_predefinedColor) << ", "
375 << "rgba:" << c.m_rgba << "]";
376 return out.str();
377}
378
379std::string LatLonToString(ms::LatLon const & latLon)
380{

Callers 2

BookmarkDataToStringFunction · 0.85
TrackLayerToStringFunction · 0.85

Calls 1

PredefinedColorToStringFunction · 0.85

Tested by

no test coverage detected