
var d = new ActionDescriptor();
var r = new ActionReference();
r.putClass(stringIDToTypeID("adjustmentLayer"));
d.putReference(stringIDToTypeID("null"), r);
var d1 = new ActionDescriptor();
d1.putClass(stringIDToTypeID("type"), stringIDToTypeID("colorLookup"));
d.putObject(stringIDToTypeID("using"), stringIDToTypeID("adjustmentLayer"), d1);
executeAction(stringIDToTypeID("make"), d, DialogModes.NO);
上面這一段是Photoshop.exe軟體中新建一個顏色查找圖層,怎么才能實作載入3DLUT預設,用代碼的方式,謝謝
轉載請註明出處,本文鏈接:https://www.uj5u.com/houduan/29513.html
標籤:Java相關
下一篇:apollo的學習和API的學習
