summaryrefslogtreecommitdiff
path: root/drawinglayer/source/texture/texture.cxx
diff options
context:
space:
mode:
authorArmin Weiss <aw@openoffice.org>2008-05-14 08:22:09 +0000
committerArmin Weiss <aw@openoffice.org>2008-05-14 08:22:09 +0000
commit8c60e50f5f06d8ecdd7207f5daecc31905574a55 (patch)
tree14fb2ce494dbcbabe57b9582cc12f72e96870a65 /drawinglayer/source/texture/texture.cxx
parenta1d9844c940ec385d3ec35966656103e0ba68068 (diff)
#i39532# aw033 progresses from git
Diffstat (limited to 'drawinglayer/source/texture/texture.cxx')
-rw-r--r--drawinglayer/source/texture/texture.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/drawinglayer/source/texture/texture.cxx b/drawinglayer/source/texture/texture.cxx
index 0fb1e986484f..cde3b701bac8 100644
--- a/drawinglayer/source/texture/texture.cxx
+++ b/drawinglayer/source/texture/texture.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: texture.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: aw $ $Date: 2008-03-05 09:15:46 $
+ * last change: $Author: aw $ $Date: 2008-05-14 09:21:54 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -79,7 +79,7 @@ namespace drawinglayer
void GeoTexSvx::modifyOpacity(const basegfx::B2DPoint& rUV, double& rfOpacity) const
{
- // base implementation uses inverse of luminance of solved color
+ // base implementation uses inverse of luminance of solved color (for testing only, may also be pure virtual)
basegfx::BColor aBaseColor;
modifyBColor(rUV, aBaseColor, rfOpacity);
rfOpacity = 1.0 - aBaseColor.luminance();