Implemented difference (XOR) option for symbols.

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@410 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
coppro
2007-05-22 02:31:17 +00:00
parent 5351fca511
commit 9c67a4fa78
4 changed files with 34 additions and 23 deletions
+1 -1
View File
@@ -60,7 +60,7 @@ class SymbolViewer : public SymbolView {
* The **Col parameters give the color to use for the (interior of) the border and the interior
* default should be white (255) border and black (0) interior.
*/
void drawSymbolPart(const SymbolPart& part, DC* border, DC* interior, int borderCol, int interiorCol, bool directB);
void drawSymbolPart(const SymbolPart& part, DC* border, DC* interior, unsigned char borderCol, unsigned char interiorCol, bool directB, bool oppB);
/*
// ------------------- Bezier curve calculation