pike.git/
src/
modules/
Image/
layers.c
Branch:
Tag:
Non-build tags
All tags
No tags
2001-07-17
2001-07-17 03:44:13 by Martin Nilsson <mani@lysator.liu.se>
47897e5a65cbec2cd269ccda5f83057909c9724c (
9
lines) (+
5
/-
4
)
[
Show
|
Annotate
]
Branch:
7.9
Made appendix a keyword
Rev: src/modules/Image/colors.c:1.52
Rev: src/modules/Image/layers.c:1.71
1:
/* **! module Image **! note
-
**! $Id: layers.c,v 1.
70
2001/07/
16
23
:
49
:
00
nilsson Exp $
+
**! $Id: layers.c,v 1.
71
2001/07/
17
03
:
44
:
13
nilsson Exp $
**! class Layer **! see also: layers **! **! **!
-
**!
<add_
appendix
name="layers" title="
Image.Layer modes
">
+
**! appendix Image.Layer modes
+
**!
**! <dl compact> **! <dt><i>The variables in the expression:</i></dt> **! <dt>L</dt><dd><i>The active layer</i></dd>
209:
**! } **! **! </execute>
-
**! </add_appendix>
+
*/ #include "global.h" #include <math.h> /* floor */
-
RCSID("$Id: layers.c,v 1.
70
2001/07/
16
23
:
49
:
00
nilsson Exp $");
+
RCSID("$Id: layers.c,v 1.
71
2001/07/
17
03
:
44
:
13
nilsson Exp $");
#include "image_machine.h"