Variable BaseBlendModeConst
BaseBlendMode: {
colorBurn: 4;
colorDodge: 9;
darken: 2;
darkerColor: 6;
destinationAtop: 29;
destinationIn: 27;
destinationOut: 28;
destinationOver: 26;
difference: 19;
divide: 22;
exclusion: 20;
hardLight: 14;
hardMix: 18;
lighten: 7;
lighterColor: 11;
linearBurn: 5;
linearDodge: 10;
linearLight: 16;
multiply: 3;
overlay: 12;
overwrite: 0;
pinLight: 17;
screen: 8;
softLight: 13;
sourceAtop: 25;
sourceIn: 23;
sourceOut: 24;
sourceOver: 1;
subtract: 21;
vividLight: 15;
xor: 30;
} = ...
Type Declaration
ReadonlycolorBurn: 4
ReadonlycolorDodge: 9
Readonlydarken: 2
ReadonlydarkerColor: 6
ReadonlydestinationAtop: 29
ReadonlydestinationIn: 27
ReadonlydestinationOut: 28
ReadonlydestinationOver: 26
Readonlydifference: 19
Readonlydivide: 22
Readonlyexclusion: 20
ReadonlyhardLight: 14
ReadonlyhardMix: 18
Readonlylighten: 7
ReadonlylighterColor: 11
ReadonlylinearBurn: 5
ReadonlylinearDodge: 10
ReadonlylinearLight: 16
Readonlymultiply: 3
Readonlyoverlay: 12
Readonlyoverwrite: 0
ReadonlypinLight: 17
Readonlyscreen: 8
ReadonlysoftLight: 13
ReadonlysourceAtop: 25
ReadonlysourceIn: 23
ReadonlysourceOut: 24
ReadonlysourceOver: 1
Readonlysubtract: 21
ReadonlyvividLight: 15
Readonlyxor: 30