Index: source/blender/python/api2_2x/doc/Image.py ================================================ RCS file: /cvsroot/bf-blender/blender/source/blender/python/api2_2x/doc/Image.py,v retrieving 1.94 diff -u -p -r1.94Image.py +++source/blender/python/api2_2x/Image.py 21 Feb 2005 20:35:50 -0700 @@+71,1@@ +@cvar getPixelColor: The color [r,g,b,a] of a specified pixel (x,y). + """ @@+181,1@@ +def getPixelColor(x,y) + """ + Pixel Color: retrieves the color of a pixel. + @type x: int, y: int + @param x: The coordinate of the pixel along the x-axis. + @param y: The coordinate of the pixel along the y-axis. + @returns: list 4 floats (min 0 - max 1) [r,g,b,a] + """