From 5fab616d30f9d1bddef668e1ccc82fbfe48da62e Mon Sep 17 00:00:00 2001
From: Joseph Mirabel <jmirabel@laas.fr>
Date: Tue, 27 Jan 2015 13:07:46 +0100
Subject: [PATCH] Update axis color code in documentation

---
 idl/gepetto/viewer/graphical-interface.idl | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/idl/gepetto/viewer/graphical-interface.idl b/idl/gepetto/viewer/graphical-interface.idl
index ac52c79..16377b7 100644
--- a/idl/gepetto/viewer/graphical-interface.idl
+++ b/idl/gepetto/viewer/graphical-interface.idl
@@ -183,7 +183,8 @@ typedef double Color [4];
     /// \param input configuration : Double[7] new configuration.
     boolean applyConfiguration(in string nodeName, in Transform configuration) raises (Error);
 
-    /// Add Landmark at the center of a node (x=blue, y=green, z=red).
+    /// Add Landmark at the center of a node
+    /// The colors are x=red, y=green, z=blue (xyz=RGB).
     /// \param input nodeName : name of the node
     /// \param input size : lenght of axises.
     boolean addLandmark(in string nodeName, in float size) raises (Error);
-- 
GitLab