summaryrefslogtreecommitdiff
path: root/tikzit/src/common/NodeStyle.h
diff options
context:
space:
mode:
authorAlex Merry <alex.merry@cs.ox.ac.uk>2012-04-18 13:45:43 +0100
committerAlex Merry <alex.merry@cs.ox.ac.uk>2012-04-18 13:45:43 +0100
commit2f6a98730f6af18a71b31c72468042f3b5b81915 (patch)
tree63dc3ece2a7ca80be03f5c32add0edc3d9693ce0 /tikzit/src/common/NodeStyle.h
parentb9c39efd55a5dd03a52e0ac3da191fed763f53db (diff)
Add edge colours
Diffstat (limited to 'tikzit/src/common/NodeStyle.h')
-rw-r--r--tikzit/src/common/NodeStyle.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tikzit/src/common/NodeStyle.h b/tikzit/src/common/NodeStyle.h
index a78abaa..68aafad 100644
--- a/tikzit/src/common/NodeStyle.h
+++ b/tikzit/src/common/NodeStyle.h
@@ -59,13 +59,13 @@
/*!
@property strokeColorRGB
- @brief Stroke color.
+ @brief The stroke color used to render the node
*/
@property (copy) ColorRGB *strokeColorRGB;
/*!
@property fillColorRGB
- @brief Fill color.
+ @brief The fill color used to render the node
*/
@property (copy) ColorRGB *fillColorRGB;