Search results

Jump to: navigation, search
  • ...TM resource system, after which it can be used to by every [[:Category:DTM Functions|DTM related function]]. The function returns the index of the newly created DTM.MainPoint.color := 123456;
    1 KB (144 words) - 13:59, 1 July 2011
  • Color := clBtnFace; Font.Color := clWindowText;
    2 KB (191 words) - 12:28, 26 June 2011
  • function FindColor(out X, Y: Integer; const Color, XS, YS, XE, YE: Integer): Boolean; This function searches for a given color specified by '''Color''' using a scan-line pattern. The search area is given as a set of upper-le
    1 KB (177 words) - 21:19, 7 August 2012
  • This function returns the color at a given set of coordinates ('''X''', '''Y''') relative to the client win WriteLn('Color at (' + IntToStr(x) + ', ' + IntToStr(y) + ') is ' + IntToStr(col));
    746 bytes (103 words) - 17:38, 23 November 2012
  • function FindColorSpiral(var X, Y: Integer; const Color, XS, YS, XE, YE: Integer): Boolean; This function searches for a given color specified by '''Color''' using a spiral pattern. The search area is given as a set of upper-left
    2 KB (254 words) - 19:12, 19 April 2012
  • Color := clBtnFace; Font.Color := clWindowText;
    1 KB (157 words) - 22:29, 27 June 2011
  • [[Category:Functions]] [[Category:Color Functions]]
    776 bytes (84 words) - 01:46, 17 December 2011
  • ...r_model RGB] values specified by '''R''', '''G''' and '''B''' to a regular color value. The result can be split back into RGB values using [[ColorToRGB]]. [[Category:Functions]]
    1 KB (140 words) - 18:39, 3 July 2011
  • ...can be used to change the active algorithm which is used by all tolerance functions. There are currently 4 algorithms being used in SCAR to determine color tolerances, each has it's advantages and disadvantages. Algorithms that pro
    4 KB (651 words) - 12:00, 28 June 2011
  • function FindColorTol(out X, Y: Integer; const Color, XS, YS, XE, YE, Tol: Integer): Boolean; This function searches for a given color specified by '''Color''' within a [[tolerance]] range specified by '''Tol''' using a scan-line pa
    1 KB (203 words) - 21:22, 7 August 2012
  • function FindColorEx(out Points: TPointArray; const Color, XS, YS, XE, YE: Integer): Boolean; This function searches for a given color specified by '''Color''' using a scan-line pattern. The search area is given as a set of upper-le
    1 KB (173 words) - 21:22, 7 August 2012
  • [[Category:Functions]] [[Category:Color Functions]]
    650 bytes (69 words) - 11:17, 29 June 2011
  • function CountColor(const Color, XS, YS, XE, YE: Integer): Integer; This function searches for a given color specified by '''Color''' using a scan-line pattern. The search area is given as a set of upper-le
    1 KB (141 words) - 14:42, 2 April 2012
  • function FindColorCircle(out X, Y: Integer; const Color, CX, CY, R: Integer): Boolean; This function searches for a given color specified by '''Color''' inside of a given circular search area specified by the midpoint ('''CX'
    1 KB (146 words) - 13:48, 7 August 2012
  • function FindColorTolEx(out Points: TPointArray; const Color, XS, YS, XE, YE, Tol: Integer): Boolean; This function searches for a given color specified by '''Color''' within a [[tolerance]] range specified by '''Tol''' using a scan-line pa
    1 KB (195 words) - 21:21, 7 August 2012
  • function CountColorTolerance(const Color, XS, YS, XE, YE, Tol: Integer): Integer; This function searches for a given color specified by '''Color''' within a [[tolerance]] range specified by '''Tol''' using a scan-line pa
    1 KB (163 words) - 14:42, 2 April 2012
  • procedure PickColor(out Color, X, Y: Integer); ...picker tool to allow the user to pick a color. The color is returned in '''Color''' and the picked coordinate in '''X''' and '''Y'''.
    615 bytes (89 words) - 00:07, 2 July 2011
  • procedure ColorToRGB(Color: Integer; var R, G, B: Integer); procedure ColorToRGB(Color: Integer; var R, G, B: Integer);
    962 bytes (131 words) - 18:39, 3 July 2011
  • function GetClosestColor(Color: Integer; Colors: TIntArray): Integer; ...en [[TIntArray]] '''Colors''' is the most similar to the color given by '''Color''' using the current tolerance algorithm and returns it. The tolerance algo
    745 bytes (82 words) - 11:21, 21 October 2011
  • ...color components within the [http://en.wikipedia.org/wiki/HSL_and_HSV HSL] color space and returns them in '''H''', '''S''' and '''L'''. The HSL values are [[Category:Functions]]
    935 bytes (127 words) - 11:07, 5 July 2011
  • function FindColorCircleTolerance(out X, Y: Integer; const Color, CX, CY, R, Tol: Integer): Boolean; This function searches for a given color specified by '''Color''' within a [[tolerance]] range specified by '''Tol''' inside of a given ci
    1 KB (161 words) - 13:49, 7 August 2012
  • ...ponents within the [http://en.wikipedia.org/wiki/CIE_1931_color_space XYZ] color space and returns them in '''X''', '''Y''' and '''Z'''. The resulting value [[Category:Functions]]
    871 bytes (117 words) - 11:07, 5 July 2011
  • ...'', '''S''' and '''L'''. The components can be joined back together into a color value using [[HSLToColor]]. [[Category:Functions]]
    796 bytes (100 words) - 11:07, 5 July 2011
  • procedure ColorToXYZ(Color: Integer; var X, Y, Z: Extended); ...'', '''Y''' and '''Z'''. The components can be joined back together into a color value using [[XYZtoColor]].
    811 bytes (100 words) - 11:06, 5 July 2011
  • Gets the color of the pixels specified by the coordinates in the [[TPointArray]] '''Coords [[Category:Functions]]
    684 bytes (83 words) - 11:16, 21 October 2011
  • ...and_HSV HSL] values specified by '''H''', '''S''' and '''L''' to a regular color value. The result can be split back into HSL values using [[ColorToHSL]]. [[Category:Functions]]
    620 bytes (75 words) - 19:14, 5 July 2011
  • ...'''S''' and '''L''' to [http://en.wikipedia.org/wiki/RGB_color_model RGB] color values and returns them in '''R''', '''G''' and '''B'''. The result can be [[Category:Functions]]
    812 bytes (112 words) - 19:21, 5 July 2011
  • ...''' and '''L''' to [http://en.wikipedia.org/wiki/CIE_1931_color_space XYZ] color values and returns them in '''X''', '''Y''' and '''Z'''. The result can be [[Category:Functions]]
    864 bytes (112 words) - 19:21, 5 July 2011
  • ...''', '''Y''' and '''Z''' to [http://en.wikipedia.org/wiki/HSL_and_HSV HSL] color values and returns them in '''H''', '''S''' and '''L'''. The result can be [[Category:Functions]]
    864 bytes (112 words) - 19:28, 5 July 2011
  • ...r_space XYZ] values specified by '''X''', '''Y''' and '''Z''' to a regular color value. The result can be split back into XYZ values using [[ColorToXYZ]]. [[Category:Functions]]
    628 bytes (75 words) - 20:38, 5 July 2011
  • ...'''Y''' and '''Z''' to [http://en.wikipedia.org/wiki/RGB_color_model RGB] color values and returns them in '''R''', '''G''' and '''B'''. The result can be [[Category:Functions]]
    821 bytes (112 words) - 20:40, 5 July 2011
  • Returns the color at the given coordinate ('''x''', '''y''') on the bitmap given by the index [[Category:Deprecated Functions]]
    676 bytes (69 words) - 02:37, 4 November 2012
  • procedure FastSetPixel(const Bmp, x, y, Color: Integer); Sets the color given by '''c''' at the given coordinate ('''x''', '''y''') on the bitmap g
    689 bytes (72 words) - 02:37, 4 November 2012
  • function FindColoredArea(out x, y: Integer; const Color: Integer; const xs, ys, xe, ye, MinPix: Integer): Boolean; ...nd in the area in ('''x''', '''y'''). The search will stop after the first color is found.
    1 KB (185 words) - 15:42, 15 November 2011
  • function FindColoredAreaTolerance(out x, y: Integer; const Color: Integer; const xs, ys, xe, ye, MinPix, Tol: Integer): Boolean; ...ative to the selected client window. The function returns [[false]] if the color was not found, if it was it returns [[true]] and the coordinates of the pix
    1 KB (204 words) - 15:42, 15 November 2011
  • [[Category:Functions]] [[Category:Color Functions]]
    1,019 bytes (114 words) - 01:49, 17 December 2011
  • ...runescape.com RuneScape]. The program rapidly evolved into a very powerful color based macroing application and was used not only for RuneScape, but also to A script can check if a certain condition is met by checking if functions return a specific result or variables contains a specific value. To do this
    24 KB (3,943 words) - 18:53, 25 November 2012
  • function FindColorSpiral2(var X, Y: Integer; const Color, XS, YS, XE, YE: Integer): Boolean; This function searches for a given color specified by '''Color''' using a spiral pattern. The search area is given as a set of upper-left
    2 KB (235 words) - 21:18, 7 August 2012
  • ...erance algorithm which can be changed with [[ColorToleranceSpeed]]. If the functions returns [[false]], it will fill up the [[TPointArray]] '''TPA''' with the c [[Category:Functions]]
    1 KB (152 words) - 19:36, 12 February 2012
  • function FindColorTriangleTolerance(out X, Y: Integer; const Color, X1, Y1, X2, Y2, X3, Y3, Tol: Integer): Boolean; This function searches for a given color specified by '''Color''' within a [[tolerance]] range specified by '''Tol''' using a scan-line pa
    1 KB (167 words) - 16:58, 10 November 2012
  • function FindColorTriangle(out X, Y: Integer; const Color, X1, Y1, X2, Y2, X3, Y3: Integer): Boolean; This function searches for a given color specified by '''Color''' using a scan-line pattern. The search area is given as three coordinates
    1 KB (148 words) - 16:58, 10 November 2012
  • function CreateBitmap(const Width, Height, Color: Integer): Integer; ...lor given by '''Color'''. Throws an exception when the given dimensions or color are invalid.
    599 bytes (75 words) - 02:36, 4 November 2012
  • function FindColorSpiralTolerance(var X, Y: Integer; const Color, XS, YS, XE, YE, Tol: Integer): Boolean; This function searches for a given color specified by '''Color''' within a [[tolerance]] range specified by '''Tol''' using a spiral patte
    2 KB (268 words) - 19:13, 19 April 2012
  • ...if a color is found, it returns [[true]] and the coordinates of the found color in ('''X''', '''Y'''). The search will stop after the first pixel with one WriteLn('Found color (' + IntToStr(GetColor(X, Y)) + ') at ' + IntToStr(X) +
    1 KB (185 words) - 14:59, 22 November 2012