getpixel

这个函数用于获取点的颜色。

COLORREF getpixel(
	int x,
	int y
);

参数

x

要获取颜色的 x 坐标。

y

要获取颜色的 y 坐标。

返回值

指定点的颜色。

示例

(贡献者:慢羊羊  编辑