Add disassembly of GradientTool

This commit is contained in:
2026-04-21 10:40:12 +02:00
commit 1ef84fd132
55 changed files with 8994 additions and 0 deletions

27
HDMA/GradientChannels.cs Normal file
View File

@@ -0,0 +1,27 @@
// Decompiled with JetBrains decompiler
// Type: SFXProductions.GradientTool.HDMA.GradientChannels
// Assembly: GradientTool, Version=0.8.2.1, Culture=neutral, PublicKeyToken=null
// MVID: 818AB9B3-796A-4A49-8B90-C00D066A321B
// Assembly location: C:\Users\aless\Downloads\gradient-tool-v0.8.2.1\GradientTool.exe
#nullable disable
namespace SFXProductions.GradientTool.HDMA;
internal enum GradientChannels
{
RedGreenBlue,
RedGreen,
GreenBlue,
RedBlue,
CyanRed,
YellowBlue,
MagentaGreen,
Red,
Green,
Blue,
Cyan,
Yellow,
Magenta,
Grey,
Brightness,
}