import { CommandClause } from "@psdk/frame-father"; import { BasicCPCLArg } from "./basic"; export declare class CInverse extends BasicCPCLArg { private x; private y; private width; private height; constructor(options?: { /** * 反色区域起始X坐标 */ x?: number; /** * 反色区域起始Y坐标 */ y?: number; /** * 反色区域宽 */ width?: number; /** * 反色区域高 */ height?: number; }); clause(): CommandClause; header(): string; } //# sourceMappingURL=inverse.d.ts.map