Upload project files
This commit is contained in:
14
Runtime/Cloner/Enums/BlendingMode.cs
Normal file
14
Runtime/Cloner/Enums/BlendingMode.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
namespace Misaki.ArtTool
|
||||
{
|
||||
public enum BlendingMode
|
||||
{
|
||||
Normal,
|
||||
Min,
|
||||
Subtract,
|
||||
Multiply,
|
||||
Overlay,
|
||||
Max,
|
||||
Add,
|
||||
Screen
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user