Page MenuHome

imagedoc_update.diff

imagedoc_update.diff

Index: Image.py
===================================================================
RCS file: /cvsroot/bf-blender/blender/source/blender/python/api2_2x/doc/Image.py,v
retrieving revision 1.7
diff -u -w -b -r1.7 Image.py
--- Image.py 9 Feb 2005 05:19:24 -0000 1.7
+++ Image.py 29 Apr 2005 23:06:24 -0000
@@ -93,6 +93,18 @@
Get the pixel depth of this image.
@rtype: int
"""
+
+ def getPixelColors(float x, float y):
+ """
+ Get the the colors of the current pixel in the form [r,g,b,a].
+ @rtype: list of 4 floats
+ """
+
+ def getMaxXY():
+ """
+ Get the maximum x & y coordinates for the current image.
+ @rtype: list of 2 ints
+ """
def getXRep():
"""

File Metadata

Mime Type
text/x-diff
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
02/2f/69480f6bc458cdbb3543772f1a7c

Event Timeline