Enum BlendModes
Layer blend modes.
Namespace: UnityEditor .U2D.Aseprite
Assembly: Unity.2D.Aseprite.Editor.dll
Syntax
public enum BlendModes
Fields
Name | Description |
---|---|
Addition | Addition blend mode |
Color | Color blend mode |
ColorBurn | ColorBurn blend mode |
ColorDodge | ColorDodge blend mode |
Darken | Darken blend mode |
Difference | Difference blend mode |
Divide | Divide blend mode |
Exclusion | Exclusion blend mode |
HardLight | HardLight blend mode |
Hue | Hue blend mode |
Lighten | Lighten blend mode |
Luminosity | Luminosity blend mode |
Multiply | Multiply blend mode |
Normal | Normal blend mode |
Overlay | Overlay blend mode |
Saturation | Saturation blend mode |
Screen | Screen blend mode |
SoftLight | SoftLight blend mode |
Subtract | Subtract blend mode |