Author: Diego Barrios Romero <[email protected]> Date: Thu Jun 7 16:33:21 2012 +0200
Generic base class for color classes and generic color blending methods class --- synfig-core/src/synfig/Makefile.am | 2 + synfig-core/src/synfig/color.cpp | 410 +------------------------------ synfig-core/src/synfig/color.h | 167 ++++--------- synfig-core/src/synfig/colorbase.h | 141 +++++++++++ synfig-core/src/synfig/colorblender.cpp | 383 +++++++++++++++++++++++++++++ synfig-core/src/synfig/colorblender.h | 111 +++++++++ 6 files changed, 692 insertions(+), 522 deletions(-) Diff: http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commitdiff;h=33c38dafa7df8824b3a6d4f7a2b0de11de9c5dc5 ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Synfig-devl mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/synfig-devl
