﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
177	PixelGetColor third param not accepted (AutoIt error)	Saunders <admin@…>	Jpm	"Perhaps the modification was not included when the latest beta was compiled because I get an AutoIt error whenever I try to use the new third parameter in the PixelGetColor function.
{{{
ConsoleWrite(@AutoItVersion & @CRLF)
$hWnd = WinGetHandle('')
If @error Then Exit
PixelGetColor(100, 100, $hWnd)
}}}

Console output:
{{{
3.2.11.2
C:\Documents and Settings\Rob\Local Settings\Temp\tmp.au3 (5) : ==> Incorrect number of parameters in function call.:
PixelGetColor(100, 100, $hWnd)
^ ERROR
}}}"	Bug	closed	3.2.11.4	AutoIt	3.2.11.2		Fixed	pixelgetcolor	
