getPixel()
現在のスクリーンの上の指定した位置のカラー値を得る。戻り値はUint32.
point()
も可。
書式:
variable =
getPixel
(
x
,
y
)
variable
= point(
x
,
y
)
例:
print point(
100,100 )