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
ReadonlyADDITIVE: "additive"
ReadonlyDESTINATION_ATOP: "destination-atop"
ReadonlyDESTINATION_IN: "destination-in"
ReadonlyDESTINATION_OUT: "destination-out"
ReadonlyDESTINATION_OVER: "destination-over"
ReadonlySOURCE_ATOP: "source-atop"
ReadonlySOURCE_IN: "source-in"
ReadonlySOURCE_OUT: "source-out"
ReadonlySOURCE_OVER: "source-over"