pike.git/
src/
modules/
Image/
colors.c
Branch:
Tag:
Non-build tags
All tags
No tags
2005-11-12
2005-11-12 20:36:07 by Martin Nilsson <mani@lysator.liu.se>
aedbd7eef00a6760dcb8338de548555837e33f53 (
5
lines) (+
4
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Export image_color_program
Rev: src/modules/Image/colors.c:1.75
2:
|| 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: colors.c,v 1.
74
2005/
03
/
15
20:
56
:
20
per
Exp $
+
|| $Id: colors.c,v 1.
75
2005/
11
/
12
20:
36
:
07
nilsson
Exp $
*/ /*
1779:
PROGRAM_CONSTANT | PROGRAM_NO_EXPLICIT_DESTRUCT ;
+
PIKE_MODULE_EXPORT(Image, image_color_program);
+
/* this is the Image.Color stuff */ ADD_FUNCTION("`[]",image_colors_index,tFunc(tStr,tObjIs_IMAGE_COLOR_COLOR_ID),0);