store default colors
[mussa.git] / alg / glsequence.hpp
index 6f16a199e8c747cd89146316883a934ce8d51d42..af1e14c569e3b9dc0359005bfc2d3c8b6e5370e3 100644 (file)
@@ -64,6 +64,11 @@ public:
   const ColorRef color() const;
   //! return our draw color
   ColorRef color();
+  //! return default gene color
+  static ColorRef default_gene_color();
+  //! return default track color
+  static ColorRef default_track_color();
+  
   //! return our annotation color mapper
   AnnotationColorsRef colorMapper() { return color_mapper; }