]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/stencil.hh
* lily/stencil-scheme.cc (LY_DEFINE): ly:stencil-in-color
[lilypond.git] / lily / include / stencil.hh
index 29abe4e2bb3512945d14080064085dc448c20afb..c8b6263e43ff4f63ef65561489e22c6bf8878668 100644 (file)
@@ -80,6 +80,7 @@ public:
   Interval extent (Axis) const;
   Box extent_box () const;
   bool is_empty () const;
+  Stencil in_color (Real r, Real g, Real b) const; 
 
   static SCM ly_get_stencil_extent (SCM mol, SCM axis);
   static SCM ly_set_stencil_extent_x (SCM, SCM, SCM);
@@ -97,4 +98,5 @@ void interpret_stencil_expression (SCM expr,
 Stencil create_stencil (SCM print);
 SCM find_expression_fonts (SCM expr);
 
+
 #endif /* STENCIL_HH */