Variable COMPOSITE_MODEConst
COMPOSITE_MODE: {
ADDITIVE: "additive";
DESTINATION_ATOP: "destination-atop";
DESTINATION_IN: "destination-in";
DESTINATION_OUT: "destination-out";
DESTINATION_OVER: "destination-over";
SOURCE_ATOP: "source-atop";
SOURCE_IN: "source-in";
SOURCE_OUT: "source-out";
SOURCE_OVER: "source-over";
} = ...
Type declaration
Readonly
ADDITIVE: "additive"
Readonly
DESTINATION_ATOP: "destination-atop"
Readonly
DESTINATION_IN: "destination-in"
Readonly
DESTINATION_OUT: "destination-out"
Readonly
DESTINATION_OVER: "destination-over"
Readonly
SOURCE_ATOP: "source-atop"
Readonly
SOURCE_IN: "source-in"
Readonly
SOURCE_OUT: "source-out"
Readonly
SOURCE_OVER: "source-over"