Enum SvgBlendMode
Namespace: Svg.FilterEffects
Assembly: Svg.dll
Syntax
[TypeConverter(typeof(SvgBlendModeConverter))]
public enum SvgBlendMode
Fields
| Name | Description |
|---|---|
| Color | |
| ColorBurn | |
| ColorDodge | |
| Darken | |
| Difference | |
| Exclusion | |
| HardLight | |
| Hue | |
| Lighten | |
| Luminosity | |
| Multiply | |
| Normal | |
| Overlay | |
| Saturation | |
| Screen | |
| SoftLight |