Source position: Html5CanvasGR32.pas line 52
type THtml5CompositeOperation = ( |
||
coSourceOver, |
|
|
coSourceIn, |
|
|
coSourceOut, |
|
|
coSourceAtop, |
|
|
coDestinationOver, |
|
|
coDestinationIn, |
|
|
coDestinationOut, |
|
|
coDestinationAtop, |
|
|
coLighter, |
|
|
coCopy, |
|
|
coXor, |
|
|
coMultiply, |
|
|
coScreen, |
|
|
coOverlay, |
|
|
coDarken, |
|
|
coLighten, |
|
|
coColorDodge, |
|
|
coColorBurn, |
|
|
coHardLight, |
|
|
coSoftLight, |
|
|
coDifference, |
|
|
coExclusion, |
|
|
coHue, |
|
|
coSaturation, |
|
|
coColor, |
|
|
coLuminosity |
|
|
); |
CT Web help |
CodeTyphon Studio |