/** * Color depth (# of bits per channel) of a PSD file. * @alpha */ export declare enum Depth { One = 1, Eight = 8, Sixteen = 16, ThirtyTwo = 32 } //# sourceMappingURL=Depth.d.ts.map