core2d
Version:
Multiplatform 2D interaction engine
16 lines (14 loc) • 375 B
JavaScript
;
export const CompositeOperations = {
COPY: "copy",
DESTINATION_ATOP: "destination-atop",
DESTINATION_IN: "destination-in",
DESTINATION_OUT: "destination-out",
DESTINATION_OVER: "destination-over",
LIGHTER: "lighter",
SOURCE_ATOP: "source-atop",
SOURCE_IN: "source-in",
SOURCE_OUT: "source-out",
SOURCE_OVER: "source-over",
XOR: "xor",
};