得取powerpoint上圖片的色值?
沒有以下的寫法,我只是用程式碼來表達我的需求…[*] dim myshp as shape
[*]dim mycolor as rgb
[*]dim x as integer,y as integer
[*]set myshp=.....
[*]mycolor=myshp.getpixelcolor(x,y)
[*]debug.print mycolor.getred
[*]debug.print mycolor.getbluedebug.print mycolor.getgreen
复制代码
我要取得已貼在POWER POINT上的圖片的某點PIXEL COLOR 贴到画图软件里就知道了啊 要抓很多色的…
页:
[1]