/ Vijos / 讨论 / 分享 /

如何用编程实现判断屏幕颜色变化

请提供个思路 我用的是

while true

确定该点色

如果不等于原来的颜色 就continue

end

这样实现起来不能精确的得到该点颜色变化的时刻,该怎么优化?

1 条评论

  • @ 2009-11-03 12:53:25

    windows api

    UINT_PTR SetTimer( HWND hWnd, UINT_PTR nIDEvent, UINT uElapse, TIMERPROC lpTimerFunc ) ;

  • 1