@bubblydoo/uxp-toolkit 0.0.7 → 0.0.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.turbo/turbo-build.log +8 -8
- package/CHANGELOG.md +12 -0
- package/dist/{chunk-3CLJMC63.js → chunk-JBXCIUBZ.js} +49 -90
- package/dist/commands-library/index.d.ts +38 -39
- package/dist/commands-library/index.js +171 -171
- package/dist/index.d.ts +39 -41
- package/dist/index.js +189 -150
- package/dist/{psLayerRef-OY3h7srv.d.ts → psLayerRef-CGbTO4a5.d.ts} +36 -37
- package/package.json +8 -7
- package/src/commands-library/addLayerToSelection.ts +4 -4
- package/src/commands-library/applyLayerMask.ts +2 -2
- package/src/commands-library/convertMode.ts +2 -2
- package/src/commands-library/createColorLookupAdjustmentLayer.ts +2 -2
- package/src/commands-library/expandFolder.ts +4 -4
- package/src/commands-library/exportLUTs.ts +4 -4
- package/src/commands-library/getDocument.ts +7 -7
- package/src/commands-library/getLayer.ts +13 -13
- package/src/commands-library/hasVectorMask.ts +2 -2
- package/src/commands-library/index.ts +18 -18
- package/src/commands-library/loadLayerMaskAsSelection.ts +2 -2
- package/src/commands-library/multiGetDocument.ts +14 -14
- package/src/commands-library/rasterizeLayerStyle.ts +3 -3
- package/src/commands-library/rasterizeVectorMask.ts +2 -2
- package/src/commands-library/removeLayerMask.ts +2 -2
- package/src/commands-library/renameLayer.ts +6 -6
- package/src/commands-library/renameLayer.uxp-test.ts +13 -13
- package/src/commands-library/renderGrid.ts +2 -2
- package/src/commands-library/selectLayer.ts +3 -3
- package/src/commands-library/set3DLUTColorLookup.ts +2 -2
- package/src/core/batchPlay.ts +3 -3
- package/src/core/command.test-d.ts +11 -8
- package/src/core/command.ts +20 -23
- package/src/core/executeAsModal.ts +13 -11
- package/src/core/suspendHistory.ts +3 -3
- package/src/core/suspendHistory.uxp-test.ts +8 -8
- package/src/core-wrappers/executeAsModalAndSuspendHistory.ts +8 -6
- package/src/dom/getFlattenedDomLayersList.ts +6 -7
- package/src/dom/photoshopDomLayersToTree.ts +5 -5
- package/src/error-sourcemaps/sourcemaps.ts +23 -21
- package/src/error-sourcemaps/sourcemaps.uxp-test.ts +9 -8
- package/src/errors/ut-error.ts +2 -2
- package/src/filesystem/openFileByPath.ts +4 -4
- package/src/general-tree/flattenTree.ts +1 -1
- package/src/general-tree/layerRef.ts +2 -2
- package/src/general-tree/mapTree.ts +1 -1
- package/src/general-tree/mapTreeRef.ts +1 -1
- package/src/general-tree/treeTypes.ts +0 -2
- package/src/index.ts +43 -43
- package/src/metadata-storage/metadataStorage.ts +31 -31
- package/src/metadata-storage/metadataStorage.uxp-test.ts +11 -11
- package/src/node-compat/path/resolvePath.ts +6 -4
- package/src/other/applicationInfo.ts +11 -11
- package/src/other/applicationInfo.uxp-test.ts +6 -6
- package/src/other/clipboard.ts +2 -2
- package/src/other/clipboard.uxp-test.ts +9 -8
- package/src/other/uxpEntrypoints.ts +2 -2
- package/src/ut-tree/getDocumentLayerDescriptors.ts +6 -6
- package/src/ut-tree/getLayerEffects.ts +5 -5
- package/src/ut-tree/hasBackgroundLayer.uxp-test.ts +25 -23
- package/src/ut-tree/photoshopLayerDescriptorsToUTLayers.test.ts +29 -29
- package/src/ut-tree/photoshopLayerDescriptorsToUTLayers.ts +62 -62
- package/src/ut-tree/photoshopLayerDescriptorsToUTLayers.uxp-test.ts +29 -29
- package/src/ut-tree/psLayerRef.ts +2 -2
- package/src/ut-tree/utLayersToText.test.ts +32 -32
- package/src/ut-tree/utLayersToText.ts +19 -19
- package/src/ut-tree/utLayersToTree.ts +4 -4
- package/src/util/utLayerPickKeysType.ts +3 -3
- package/src/util/utLayerToLayer.ts +14 -13
- package/test/index.ts +11 -11
- package/test/meta-tests/builtinModules.uxp-test.ts +28 -26
- package/test/meta-tests/executeAsModal.uxp-test.ts +14 -12
- package/test/meta-tests/suspendHistory.uxp-test.ts +10 -9
- package/tsconfig.json +5 -5
- package/tsup.config.ts +5 -5
- package/uxp-tests.json +1 -1
- package/vitest-photoshop-alias-plugin.ts +23 -21
- package/vitest.config.ts +6 -6
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @bubblydoo/uxp-toolkit@0.0.
|
|
2
|
+
> @bubblydoo/uxp-toolkit@0.0.9 build /home/runner/work/uxp-toolkit/uxp-toolkit/packages/uxp-toolkit
|
|
3
3
|
> tsup
|
|
4
4
|
|
|
5
5
|
[34mCLI[39m Building entry: src/index.ts, src/commands-library/index.ts
|
|
@@ -8,12 +8,12 @@
|
|
|
8
8
|
[34mCLI[39m Using tsup config: /home/runner/work/uxp-toolkit/uxp-toolkit/packages/uxp-toolkit/tsup.config.ts
|
|
9
9
|
[34mCLI[39m Target: es2022
|
|
10
10
|
[34mESM[39m Build start
|
|
11
|
-
[32mESM[39m [1mdist/
|
|
12
|
-
[32mESM[39m [1mdist/
|
|
11
|
+
[32mESM[39m [1mdist/index.js [22m[32m15.75 KB[39m
|
|
12
|
+
[32mESM[39m [1mdist/chunk-JBXCIUBZ.js [22m[32m5.14 KB[39m
|
|
13
13
|
[32mESM[39m [1mdist/commands-library/index.js [22m[32m8.76 KB[39m
|
|
14
|
-
[32mESM[39m ⚡️ Build success in
|
|
14
|
+
[32mESM[39m ⚡️ Build success in 35ms
|
|
15
15
|
[34mDTS[39m Build start
|
|
16
|
-
[32mDTS[39m ⚡️ Build success in
|
|
17
|
-
[32mDTS[39m [1mdist/index.d.ts [22m[
|
|
18
|
-
[32mDTS[39m [1mdist/commands-library/index.d.ts [22m[32m4.
|
|
19
|
-
[32mDTS[39m [1mdist/psLayerRef-
|
|
16
|
+
[32mDTS[39m ⚡️ Build success in 3679ms
|
|
17
|
+
[32mDTS[39m [1mdist/index.d.ts [22m[32m7.92 KB[39m
|
|
18
|
+
[32mDTS[39m [1mdist/commands-library/index.d.ts [22m[32m4.43 KB[39m
|
|
19
|
+
[32mDTS[39m [1mdist/psLayerRef-CGbTO4a5.d.ts [22m[32m2.86 KB[39m
|
package/CHANGELOG.md
CHANGED
|
@@ -9,12 +9,7 @@ async function batchPlay(actions, options) {
|
|
|
9
9
|
});
|
|
10
10
|
}
|
|
11
11
|
|
|
12
|
-
// src/core/executeAsModal.ts
|
|
13
|
-
import { core } from "photoshop";
|
|
14
|
-
|
|
15
12
|
// src/core/command.ts
|
|
16
|
-
import "zod";
|
|
17
|
-
import "photoshop";
|
|
18
13
|
function createCommand(obj) {
|
|
19
14
|
return {
|
|
20
15
|
modifying: obj.modifying,
|
|
@@ -49,43 +44,8 @@ function createModifyingBatchPlayContext() {
|
|
|
49
44
|
};
|
|
50
45
|
}
|
|
51
46
|
|
|
52
|
-
// src/core/executeAsModal.ts
|
|
53
|
-
var originalExecuteAsModal = core.executeAsModal;
|
|
54
|
-
async function executeAsModal2(commandName, fn, opts) {
|
|
55
|
-
let error;
|
|
56
|
-
let result;
|
|
57
|
-
await originalExecuteAsModal(async (executionContext) => {
|
|
58
|
-
const abortController = new AbortController();
|
|
59
|
-
executionContext.onCancel = () => {
|
|
60
|
-
abortController.abort();
|
|
61
|
-
};
|
|
62
|
-
const extendedExecutionContext = {
|
|
63
|
-
isCancelled: executionContext.isCancelled,
|
|
64
|
-
reportProgress: executionContext.reportProgress,
|
|
65
|
-
hostControl: executionContext.hostControl,
|
|
66
|
-
signal: abortController.signal,
|
|
67
|
-
...createModifyingBatchPlayContext()
|
|
68
|
-
};
|
|
69
|
-
try {
|
|
70
|
-
result = await fn(extendedExecutionContext);
|
|
71
|
-
} catch (e) {
|
|
72
|
-
console.error("error in executeAsModal");
|
|
73
|
-
console.error(e);
|
|
74
|
-
error = e;
|
|
75
|
-
}
|
|
76
|
-
}, {
|
|
77
|
-
commandName,
|
|
78
|
-
...opts
|
|
79
|
-
});
|
|
80
|
-
if (error) {
|
|
81
|
-
throw error;
|
|
82
|
-
} else {
|
|
83
|
-
return result;
|
|
84
|
-
}
|
|
85
|
-
}
|
|
86
|
-
|
|
87
47
|
// src/commands-library/multiGetDocument.ts
|
|
88
|
-
import { z
|
|
48
|
+
import { z } from "zod";
|
|
89
49
|
function createMultiGetDocumentCommand(docId) {
|
|
90
50
|
return createCommand({
|
|
91
51
|
modifying: false,
|
|
@@ -97,33 +57,33 @@ function createMultiGetDocumentCommand(docId) {
|
|
|
97
57
|
{ _obj: "layer", index: 1, count: -1 }
|
|
98
58
|
]
|
|
99
59
|
},
|
|
100
|
-
schema:
|
|
101
|
-
list:
|
|
102
|
-
|
|
103
|
-
name:
|
|
104
|
-
layerID:
|
|
105
|
-
visible:
|
|
106
|
-
group:
|
|
107
|
-
layerSection:
|
|
108
|
-
_value:
|
|
60
|
+
schema: z.object({
|
|
61
|
+
list: z.array(
|
|
62
|
+
z.object({
|
|
63
|
+
name: z.string(),
|
|
64
|
+
layerID: z.number(),
|
|
65
|
+
visible: z.boolean(),
|
|
66
|
+
group: z.boolean(),
|
|
67
|
+
layerSection: z.object({
|
|
68
|
+
_value: z.enum([
|
|
109
69
|
"layerSectionStart",
|
|
110
70
|
"layerSectionEnd",
|
|
111
71
|
"layerSectionContent"
|
|
112
72
|
]),
|
|
113
|
-
_enum:
|
|
73
|
+
_enum: z.literal("layerSectionType")
|
|
114
74
|
}),
|
|
115
|
-
layerKind:
|
|
116
|
-
itemIndex:
|
|
117
|
-
background:
|
|
118
|
-
mode:
|
|
119
|
-
_enum:
|
|
120
|
-
_value:
|
|
75
|
+
layerKind: z.number(),
|
|
76
|
+
itemIndex: z.number(),
|
|
77
|
+
background: z.boolean(),
|
|
78
|
+
mode: z.object({
|
|
79
|
+
_enum: z.literal("blendMode"),
|
|
80
|
+
_value: z.string()
|
|
121
81
|
}),
|
|
122
|
-
layerEffects:
|
|
82
|
+
layerEffects: z.record(z.string(), z.object({
|
|
123
83
|
// "scale" does not have an "enabled" property, that's why it's optional
|
|
124
|
-
enabled:
|
|
125
|
-
}).or(
|
|
126
|
-
enabled:
|
|
84
|
+
enabled: z.boolean().optional()
|
|
85
|
+
}).or(z.array(z.object({
|
|
86
|
+
enabled: z.boolean()
|
|
127
87
|
})))).optional()
|
|
128
88
|
})
|
|
129
89
|
)
|
|
@@ -132,7 +92,7 @@ function createMultiGetDocumentCommand(docId) {
|
|
|
132
92
|
}
|
|
133
93
|
|
|
134
94
|
// src/commands-library/getDocument.ts
|
|
135
|
-
import
|
|
95
|
+
import z2 from "zod";
|
|
136
96
|
function createGetDocumentCommand(documentId) {
|
|
137
97
|
return createCommand({
|
|
138
98
|
modifying: false,
|
|
@@ -140,11 +100,11 @@ function createGetDocumentCommand(documentId) {
|
|
|
140
100
|
_obj: "get",
|
|
141
101
|
_target: { _ref: [{ _ref: "document", _id: documentId }] }
|
|
142
102
|
},
|
|
143
|
-
schema:
|
|
144
|
-
title:
|
|
145
|
-
documentID:
|
|
146
|
-
visible:
|
|
147
|
-
hasBackgroundLayer:
|
|
103
|
+
schema: z2.object({
|
|
104
|
+
title: z2.string(),
|
|
105
|
+
documentID: z2.number(),
|
|
106
|
+
visible: z2.boolean(),
|
|
107
|
+
hasBackgroundLayer: z2.boolean()
|
|
148
108
|
})
|
|
149
109
|
});
|
|
150
110
|
}
|
|
@@ -160,39 +120,39 @@ function createGetDocumentHasBackgroundLayerCommand(documentId) {
|
|
|
160
120
|
]
|
|
161
121
|
}
|
|
162
122
|
},
|
|
163
|
-
schema:
|
|
164
|
-
hasBackgroundLayer:
|
|
123
|
+
schema: z2.object({
|
|
124
|
+
hasBackgroundLayer: z2.boolean()
|
|
165
125
|
})
|
|
166
126
|
});
|
|
167
127
|
}
|
|
168
128
|
|
|
169
129
|
// src/commands-library/getLayer.ts
|
|
170
|
-
import
|
|
171
|
-
var layerSchema =
|
|
172
|
-
name:
|
|
173
|
-
visible:
|
|
174
|
-
group:
|
|
175
|
-
layerSection:
|
|
176
|
-
_value:
|
|
130
|
+
import z3 from "zod";
|
|
131
|
+
var layerSchema = z3.object({
|
|
132
|
+
name: z3.string(),
|
|
133
|
+
visible: z3.boolean(),
|
|
134
|
+
group: z3.boolean(),
|
|
135
|
+
layerSection: z3.object({
|
|
136
|
+
_value: z3.enum([
|
|
177
137
|
"layerSectionStart",
|
|
178
138
|
"layerSectionEnd",
|
|
179
139
|
"layerSectionContent"
|
|
180
140
|
]),
|
|
181
|
-
_enum:
|
|
141
|
+
_enum: z3.literal("layerSectionType")
|
|
182
142
|
}),
|
|
183
|
-
layerKind:
|
|
184
|
-
itemIndex:
|
|
185
|
-
background:
|
|
186
|
-
mode:
|
|
187
|
-
_enum:
|
|
188
|
-
_value:
|
|
143
|
+
layerKind: z3.number(),
|
|
144
|
+
itemIndex: z3.number(),
|
|
145
|
+
background: z3.boolean(),
|
|
146
|
+
mode: z3.object({
|
|
147
|
+
_enum: z3.literal("blendMode"),
|
|
148
|
+
_value: z3.string()
|
|
189
149
|
}),
|
|
190
|
-
layerID:
|
|
191
|
-
layerEffects:
|
|
150
|
+
layerID: z3.number(),
|
|
151
|
+
layerEffects: z3.record(z3.string(), z3.object({
|
|
192
152
|
// "scale" does not have an "enabled" property, that's why it's optional
|
|
193
|
-
enabled:
|
|
194
|
-
}).or(
|
|
195
|
-
enabled:
|
|
153
|
+
enabled: z3.boolean().optional()
|
|
154
|
+
}).or(z3.array(z3.object({
|
|
155
|
+
enabled: z3.boolean()
|
|
196
156
|
})))).optional()
|
|
197
157
|
});
|
|
198
158
|
function createGetLayerCommand(layerRef) {
|
|
@@ -213,7 +173,7 @@ function createGetBackgroundLayerCommand(docId) {
|
|
|
213
173
|
modifying: false,
|
|
214
174
|
descriptor: {
|
|
215
175
|
_obj: "get",
|
|
216
|
-
_target: { _ref: [{ _ref: "layer",
|
|
176
|
+
_target: { _ref: [{ _ref: "layer", _property: "background" }, { _ref: "document", _id: docId }] }
|
|
217
177
|
},
|
|
218
178
|
schema: layerSchema
|
|
219
179
|
});
|
|
@@ -221,7 +181,6 @@ function createGetBackgroundLayerCommand(docId) {
|
|
|
221
181
|
|
|
222
182
|
export {
|
|
223
183
|
batchPlay,
|
|
224
|
-
executeAsModal2 as executeAsModal,
|
|
225
184
|
createCommand,
|
|
226
185
|
batchPlayCommand,
|
|
227
186
|
batchPlayCommands,
|
|
@@ -1,15 +1,39 @@
|
|
|
1
|
-
import { P as PsLayerRef, a as UTCommandModifying, b as UTCommandNonModifying } from '../psLayerRef-
|
|
2
|
-
export { i as createMultiGetDocumentCommand } from '../psLayerRef-
|
|
3
|
-
import 'photoshop/dom/CoreModules';
|
|
4
|
-
import 'zod';
|
|
1
|
+
import { P as PsLayerRef, a as UTCommandModifying, b as UTCommandNonModifying } from '../psLayerRef-CGbTO4a5.js';
|
|
2
|
+
export { i as createMultiGetDocumentCommand } from '../psLayerRef-CGbTO4a5.js';
|
|
5
3
|
import 'photoshop';
|
|
6
|
-
|
|
7
|
-
declare function createSelectLayerCommand(layerRef: PsLayerRef): UTCommandModifying<unknown>;
|
|
4
|
+
import 'zod';
|
|
8
5
|
|
|
9
6
|
declare function createAddLayerToSelectionCommand(layerRef: PsLayerRef, previousLayerRef: PsLayerRef): UTCommandModifying<unknown>;
|
|
10
7
|
|
|
8
|
+
declare function createSelectLayerMaskCommand(layerId: number): UTCommandModifying<unknown>;
|
|
9
|
+
declare function createDeleteChannelAndApplyCommand(): UTCommandModifying<unknown>;
|
|
10
|
+
|
|
11
|
+
declare function createConvertModeCommand(depth: 8 | 16): UTCommandModifying<unknown>;
|
|
12
|
+
|
|
13
|
+
declare function createColorLookupAdjustmentLayerCommand(): UTCommandModifying<unknown>;
|
|
14
|
+
|
|
11
15
|
declare function createExpandFolderCommand(layerRef: PsLayerRef): UTCommandModifying<unknown>;
|
|
12
16
|
|
|
17
|
+
type LUTExportFormat = 'CUBE' | 'ICC' | '3DL' | 'CSP';
|
|
18
|
+
interface ExportLUTsOptions {
|
|
19
|
+
description?: string;
|
|
20
|
+
gridPoints?: number;
|
|
21
|
+
copyright?: string;
|
|
22
|
+
exportFormats?: LUTExportFormat[];
|
|
23
|
+
lowercaseExtension?: boolean;
|
|
24
|
+
}
|
|
25
|
+
declare function createExportLUTsCommand(path: string, options?: ExportLUTsOptions): UTCommandModifying<unknown>;
|
|
26
|
+
|
|
27
|
+
declare function createGetDocumentCommand(documentId: number): UTCommandNonModifying<{
|
|
28
|
+
title: string;
|
|
29
|
+
documentID: number;
|
|
30
|
+
visible: boolean;
|
|
31
|
+
hasBackgroundLayer: boolean;
|
|
32
|
+
}>;
|
|
33
|
+
declare function createGetDocumentHasBackgroundLayerCommand(documentId: number): UTCommandNonModifying<{
|
|
34
|
+
hasBackgroundLayer: boolean;
|
|
35
|
+
}>;
|
|
36
|
+
|
|
13
37
|
declare function createGetLayerCommand(layerRef: PsLayerRef): UTCommandNonModifying<{
|
|
14
38
|
name: string;
|
|
15
39
|
visible: boolean;
|
|
@@ -55,36 +79,23 @@ declare function createGetBackgroundLayerCommand(docId: number): UTCommandNonMod
|
|
|
55
79
|
}[]> | undefined;
|
|
56
80
|
}>;
|
|
57
81
|
|
|
58
|
-
declare function
|
|
82
|
+
declare function createHasVectorMaskCommand(layerId: number): UTCommandNonModifying<{
|
|
83
|
+
hasVectorMask: boolean;
|
|
84
|
+
}>;
|
|
85
|
+
|
|
86
|
+
declare function createLoadLayerMaskAsSelectionCommand(layerId: number): UTCommandModifying<unknown>;
|
|
59
87
|
|
|
60
88
|
declare function createRasterizeLayerStyleCommand(psLayerRef: PsLayerRef): UTCommandModifying<unknown>;
|
|
61
89
|
|
|
62
90
|
declare function createRasterizeVectorMaskCommand(): UTCommandModifying<unknown>;
|
|
63
91
|
|
|
64
|
-
declare function createSelectLayerMaskCommand(layerId: number): UTCommandModifying<unknown>;
|
|
65
|
-
declare function createDeleteChannelAndApplyCommand(): UTCommandModifying<unknown>;
|
|
66
|
-
|
|
67
92
|
declare function createDeleteChannelCommand(): UTCommandModifying<unknown>;
|
|
68
93
|
|
|
69
|
-
declare function
|
|
70
|
-
|
|
71
|
-
declare function createHasVectorMaskCommand(layerId: number): UTCommandNonModifying<{
|
|
72
|
-
hasVectorMask: boolean;
|
|
73
|
-
}>;
|
|
74
|
-
|
|
75
|
-
declare function createGetDocumentCommand(documentId: number): UTCommandNonModifying<{
|
|
76
|
-
title: string;
|
|
77
|
-
documentID: number;
|
|
78
|
-
visible: boolean;
|
|
79
|
-
hasBackgroundLayer: boolean;
|
|
80
|
-
}>;
|
|
81
|
-
declare function createGetDocumentHasBackgroundLayerCommand(documentId: number): UTCommandNonModifying<{
|
|
82
|
-
hasBackgroundLayer: boolean;
|
|
83
|
-
}>;
|
|
94
|
+
declare function createRenameLayerCommand(layerRef: PsLayerRef, newName: string): UTCommandModifying<unknown>;
|
|
84
95
|
|
|
85
|
-
declare function
|
|
96
|
+
declare function createRenderGridCommand(gridPoints: number): UTCommandModifying<unknown>;
|
|
86
97
|
|
|
87
|
-
declare function
|
|
98
|
+
declare function createSelectLayerCommand(layerRef: PsLayerRef): UTCommandModifying<unknown>;
|
|
88
99
|
|
|
89
100
|
type LUTFormatType = 'LUTFormatCUBE' | 'LUTFormat3DL' | 'LUTFormatCSP';
|
|
90
101
|
interface Set3DLUTColorLookupOptions {
|
|
@@ -95,16 +106,4 @@ interface Set3DLUTColorLookupOptions {
|
|
|
95
106
|
}
|
|
96
107
|
declare function createSet3DLUTColorLookupCommand(options: Set3DLUTColorLookupOptions): UTCommandModifying<unknown>;
|
|
97
108
|
|
|
98
|
-
type LUTExportFormat = 'CUBE' | 'ICC' | '3DL' | 'CSP';
|
|
99
|
-
interface ExportLUTsOptions {
|
|
100
|
-
description?: string;
|
|
101
|
-
gridPoints?: number;
|
|
102
|
-
copyright?: string;
|
|
103
|
-
exportFormats?: LUTExportFormat[];
|
|
104
|
-
lowercaseExtension?: boolean;
|
|
105
|
-
}
|
|
106
|
-
declare function createExportLUTsCommand(path: string, options?: ExportLUTsOptions): UTCommandModifying<unknown>;
|
|
107
|
-
|
|
108
|
-
declare function createRenderGridCommand(gridPoints: number): UTCommandModifying<unknown>;
|
|
109
|
-
|
|
110
109
|
export { type ExportLUTsOptions, type LUTExportFormat, type LUTFormatType, type Set3DLUTColorLookupOptions, createAddLayerToSelectionCommand, createColorLookupAdjustmentLayerCommand, createConvertModeCommand, createDeleteChannelAndApplyCommand, createDeleteChannelCommand, createExpandFolderCommand, createExportLUTsCommand, createGetBackgroundLayerCommand, createGetDocumentCommand, createGetDocumentHasBackgroundLayerCommand, createGetLayerCommand, createHasVectorMaskCommand, createLoadLayerMaskAsSelectionCommand, createRasterizeLayerStyleCommand, createRasterizeVectorMaskCommand, createRenameLayerCommand, createRenderGridCommand, createSelectLayerCommand, createSelectLayerMaskCommand, createSet3DLUTColorLookupCommand };
|