]> git.lyx.org Git - features.git/commit
Add a new Color class. This class makes it possible to specify a color as a merging...
authorVincent van Ravesteijn <vfr@lyx.org>
Mon, 9 Feb 2009 20:00:31 +0000 (20:00 +0000)
committerVincent van Ravesteijn <vfr@lyx.org>
Mon, 9 Feb 2009 20:00:31 +0000 (20:00 +0000)
commit2e7698c4e660488194a4a1a094187215668e4ceb
treebb99a01266e6033cc4c25e3231a6860924ff8d43
parent74163aa0cf29e2937150a3b2cd62320955ca925a
Add a new Color class. This class makes it possible to specify a color as a merging of two other colors. The actual computation of the new color is done in ColorCache::get.

See:
http://thread.gmane.org/gmane.editors.lyx.devel/114189

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@28420 a592a061-630c-0410-9148-cb99ea01b6c8
src/Color.cpp
src/Color.h
src/frontends/qt4/ColorCache.cpp
src/frontends/qt4/ColorCache.h