export type CompositingOperator = "add" | "exclude" | "intersect" | "subtract";