From 9053425e72734484cf8f7c916238b133cde0485c Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 27 Mar 2006 08:34:06 +0000 Subject: [PATCH] removed 2 warnings from Image.py epydocs --- source/blender/python/api2_2x/doc/Image.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/source/blender/python/api2_2x/doc/Image.py b/source/blender/python/api2_2x/doc/Image.py index 6ae215c9dcb..350cc6c450c 100644 --- a/source/blender/python/api2_2x/doc/Image.py +++ b/source/blender/python/api2_2x/doc/Image.py @@ -274,8 +274,8 @@ class Image: def setPixelF(x, y, (r, g, b,a )): """ - Set the the colors of the current pixel in the form [r,g,b,a]. - Color values must be floats in the range 0.0 - 1.0. + Set the the colors of the current pixel in the form [r,g,b,a]. + Color values must be floats in the range 0.0 - 1.0. Pixel coordinates are in the range from 0 to N-1. See L{getMaxXY} @type x: int @type y: int @@ -289,8 +289,8 @@ class Image: def setPixelI(x, y, (r, g, b, a)): """ - Set the the colors of the current pixel in the form [r,g,b,a]. - Color values must be ints in the range 0 - 255. + Set the the colors of the current pixel in the form [r,g,b,a]. + Color values must be ints in the range 0 - 255. Pixel coordinates are in the range from 0 to N-1. See L{getMaxXY} @type x: int @type y: int