mirror of
https://github.com/moparisthebest/Simba
synced 2025-01-11 05:38:00 -05:00
Comment fix for mmlcolor.py
This commit is contained in:
parent
1e401abe97
commit
d13abf3afe
@ -53,7 +53,7 @@ class Color(object):
|
|||||||
def findAll(self, box, color, tol = 0):
|
def findAll(self, box, color, tol = 0):
|
||||||
"""
|
"""
|
||||||
find all colors in a box, with a specific tolerance.
|
find all colors in a box, with a specific tolerance.
|
||||||
returned are all the matching points/
|
returned are all the matching points
|
||||||
"""
|
"""
|
||||||
ptr = PPOINT()
|
ptr = PPOINT()
|
||||||
if tol is 0:
|
if tol is 0:
|
||||||
|
Loading…
Reference in New Issue
Block a user