10 lines
276 B
C#
10 lines
276 B
C#
namespace Skills.Image.I02_Gradients;
|
|
|
|
[Guid("face6050-9e32-4f6e-8095-280e2ccf70e5")]
|
|
internal sealed class I02e_ImageLevels : Instance<I02e_ImageLevels>
|
|
{
|
|
[Output(Guid = "3585d604-7df9-4496-88c4-6587676945b5")]
|
|
public readonly Slot<Texture2D> ColorBuffer = new();
|
|
|
|
|
|
} |