Enum CompositeOperation
Namespace: Goui.Html
Assembly: Goui.dll
Syntax
public enum CompositeOperation
Fields
| Name | Description |
|---|---|
| Color | |
| ColorBurn | |
| ColorDodge | |
| Copy | |
| Darken | |
| DestinationAtop | |
| DestinationIn | |
| DestinationOut | |
| DestinationOver | |
| Difference | |
| Exclusion | |
| HardLight | |
| Hue | |
| Lighten | |
| Lighter | |
| Luminosity | |
| Multiply | |
| Overlay | |
| Saturation | |
| Screen | |
| SoftLight | |
| SourceAtop | |
| SourceIn | |
| SourceOut | |
| SourceOver | |
| Xor |