Enum BlendModes
Layer blend modes.
Namespace: UnityEditor.U2D.Aseprite
Syntax
public enum BlendModes
Fields
Name | Description | Value |
---|---|---|
Normal | 0 | |
Multiply | 1 | |
Screen | 2 | |
Overlay | 3 | |
Darken | 4 | |
Lighten | 5 | |
ColorDodge | 6 | |
ColorBurn | 7 | |
HardLight | 8 | |
SoftLight | 9 | |
Difference | 10 | |
Exclusion | 11 | |
Hue | 12 | |
Saturation | 13 | |
Color | 14 | |
Luminosity | 15 | |
Addition | 16 | |
Subtract | 17 | |
Divide | 18 |