/[gzz]/gzz/gfx/librenderables/renderables.py
ViewVC logotype

Diff of /gzz/gfx/librenderables/renderables.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.56 by tjl, Fri Sep 20 14:52:48 2002 UTC revision 1.57 by jvk, Fri Sep 20 15:52:33 2002 UTC
# Line 195  rs = [ Line 195  rs = [
195      "Type": "1",      "Type": "1",
196      "Name" : "LABColorMap",      "Name" : "LABColorMap",
197      "Data" : "CallGL::DisplayList list; ",      "Data" : "CallGL::DisplayList list; ",
198      "Params" : "int x, int y, int w, int h",      "Params" : "ByteVector pixels, int size",
199      "ParamCode" : """      "ParamCode" : """
200                      Color::getImageColorMap("CIELAB", x, y, w, h, list.name);                      Color::getImageColorMap("CIELAB", pixels, size, list.name);
201                  """,                  """,
202      "RenderCode" : """      "RenderCode" : """
203              glPushMatrix();              glPushMatrix();

Legend:
Removed from v.1.56  
changed lines
  Added in v.1.57

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26