Files
2026-07-13 13:13:17 +08:00

10 lines
280 B
C#

namespace Skills.Image.I02_Gradients;
[Guid("3208070c-794e-4400-b996-608cb200aec8")]
internal sealed class I02a_WidthAndScale : Instance<I02a_WidthAndScale>
{
[Output(Guid = "8308348b-7b4e-493b-8da3-d22b965ff749")]
public readonly Slot<Texture2D> ColorBuffer = new();
}