diff --git a/cyberiadamlpp.h b/cyberiadamlpp.h index 19017bb..778b1fd 100644 --- a/cyberiadamlpp.h +++ b/cyberiadamlpp.h @@ -492,6 +492,7 @@ namespace Cyberiada { const Point& get_label_point() const { return label_point; } bool has_color() const { return !color.empty(); } + const Color& get_color() const { return color; } virtual CyberiadaEdge* to_edge() const;