mirror of
https://github.com/moparisthebest/Simba
synced 2024-11-12 12:25:04 -05:00
Fixes
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@257 3f818213-9676-44b0-a9b4-5e4c4e03d09d
This commit is contained in:
parent
a01c08c30b
commit
322633dcb9
@ -337,7 +337,7 @@ after matching a point.
|
|||||||
|
|
||||||
\subsection{FindColorTolerance}
|
\subsection{FindColorTolerance}
|
||||||
|
|
||||||
\textbf{function} {\color{blue}{FindColorTolerance}}({\color{typeRed }
|
\textbf{function} {\color{blue}{FindColorTolerance}}({\color{typeRed}
|
||||||
{var x, y: }}{\color{typeGreen}{Integer}}; {\color{typeRed}
|
{var x, y: }}{\color{typeGreen}{Integer}}; {\color{typeRed}
|
||||||
{col, x1, y1, x2, y2, tol: }}{\color{typeGreen}{Integer}}): {\color{typeGreen}{Boolean}};
|
{col, x1, y1, x2, y2, tol: }}{\color{typeGreen}{Integer}}): {\color{typeGreen}{Boolean}};
|
||||||
|
|
||||||
@ -348,8 +348,8 @@ It searches from the top left to the bottom right and will stop after matching a
|
|||||||
|
|
||||||
\subsection{FindColorsTolerance}
|
\subsection{FindColorsTolerance}
|
||||||
|
|
||||||
\textbf{function} {\color{blue}{FindColorsTolerance}}({\color{typeRe d}
|
\textbf{function} {\color{blue}{FindColorsTolerance}}({\color{typeRed}
|
||||||
{var pts: }}{\color{typeGreen}{TPointArray}}; {\color{tyepTred}
|
{var pts: }}{\color{typeGreen}{TPointArray}}; {\color{typeRed}
|
||||||
{col, x1, y1, x2, y2, tol: }}{\color{typeGreen}{Integer}}): {\color{typeGreen}{Boolean}};
|
{col, x1, y1, x2, y2, tol: }}{\color{typeGreen}{Integer}}): {\color{typeGreen}{Boolean}};
|
||||||
|
|
||||||
FindColorsTolerance returns true if at least one point was found. A point is found if it is within the
|
FindColorsTolerance returns true if at least one point was found. A point is found if it is within the
|
||||||
|
Loading…
Reference in New Issue
Block a user