Helge 3 Posted March 27, 2004 PixelSearch( 0, 0, 20, 300, 0xFF0000)What does the 0x mean ? And wasn't there someone here at the forum saying that PixelSearch andPixelGetColor was returning BGR instead of standard RGB....? Share this post Link to post Share on other sites
Jos 2,165 Posted March 27, 2004 Helge,the 0x thing is the hex notation ==> from the help file:Integers (whole numbers) can also be represented in hexadecimal notation by preceding the integer with 0x as in 0x409 or 0x4fff (when using hex notation only 32-bit numbers are valid). I also remember seen something about returning the colors is the wrong sequence but can find it anymore... SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past. Share this post Link to post Share on other sites
Helge 3 Posted March 27, 2004 Thanks for answering so fast, JdeB ! Share this post Link to post Share on other sites
Jos 2,165 Posted March 27, 2004 found the posts again on the BGR issue: http://www.hiddensoft.com/forum/index.php?...findpost&p=8814 SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past. Share this post Link to post Share on other sites