X-Git-Url: http://git.cinelerra-gg.org/git/?p=goodguy%2Fhistory.git;a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Foverlayframe.inc;h=5f84036d06c91b8b4e0ce9bbea2b33f4ee03d6c0;hp=05052de1760718d3f3b325e16abd654b627c6bb0;hb=502b6f3b6fd04f6b01c6d70dcb81aa304dd0db1c;hpb=30bdb85eb33a8ee7ba675038a86c6be59c43d7bd diff --git a/cinelerra-5.1/cinelerra/overlayframe.inc b/cinelerra-5.1/cinelerra/overlayframe.inc index 05052de1..5f84036d 100644 --- a/cinelerra-5.1/cinelerra/overlayframe.inc +++ b/cinelerra-5.1/cinelerra/overlayframe.inc @@ -2,21 +2,21 @@ /* * CINELERRA * Copyright (C) 2008 Adam Williams - * + * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - * + * */ #ifndef OVERLAYFRAME_INC @@ -24,7 +24,7 @@ // Modes -#define TRANSFER_TYPES 23 +#define TRANSFER_TYPES 30 #define TRANSFER_NORMAL 0 #define TRANSFER_ADDITION 1 @@ -34,21 +34,29 @@ #define TRANSFER_REPLACE 5 #define TRANSFER_MAX 6 #define TRANSFER_MIN 7 -#define TRANSFER_AVERAGE 8 -#define TRANSFER_DARKEN 9 -#define TRANSFER_LIGHTEN 10 -#define TRANSFER_DST 11 -#define TRANSFER_DST_ATOP 12 -#define TRANSFER_DST_IN 13 -#define TRANSFER_DST_OUT 14 -#define TRANSFER_DST_OVER 15 -#define TRANSFER_SRC 16 -#define TRANSFER_SRC_ATOP 17 -#define TRANSFER_SRC_IN 18 -#define TRANSFER_SRC_OUT 19 -#define TRANSFER_SRC_OVER 20 +#define TRANSFER_DARKEN 8 +#define TRANSFER_LIGHTEN 9 +#define TRANSFER_DST 10 +#define TRANSFER_DST_ATOP 11 +#define TRANSFER_DST_IN 12 +#define TRANSFER_DST_OUT 13 +#define TRANSFER_DST_OVER 14 +#define TRANSFER_SRC 15 +#define TRANSFER_SRC_ATOP 16 +#define TRANSFER_SRC_IN 17 +#define TRANSFER_SRC_OUT 18 +#define TRANSFER_SRC_OVER 19 +#define TRANSFER_AND 20 #define TRANSFER_OR 21 #define TRANSFER_XOR 22 +#define TRANSFER_OVERLAY 23 +#define TRANSFER_SCREEN 24 +#define TRANSFER_BURN 25 +#define TRANSFER_DODGE 26 +#define TRANSFER_HARDLIGHT 27 +#define TRANSFER_SOFTLIGHT 28 +#define TRANSFER_DIFFERENCE 29 + // Interpolation types