pike.git
/
src
/
modules
/
Image
/
layer_oper.h
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/modules/Image/layer_oper.h:1:
/* || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information.
-
||
$Id: layer_oper.h,v 1.11 2002/12/09 22:43:27 mirar Exp $
+
||
$Id$
*/ /* template for operator layer row function */ static void LM_FUNC(rgb_group *s,rgb_group *l,rgb_group *d, rgb_group *sa,rgb_group *la,rgb_group *da, int len,double alpha) { union { COLORTYPE r,g,b; } tz,*t=&tz;