Cleaning up those dang warnings (#826)

* done i think

wahoo

* this one too

lol
This commit is contained in:
ThePurpleAnon
2024-04-07 16:25:54 -05:00
committed by GitHub
parent fe8753e554
commit 326ea3d895
52 changed files with 99 additions and 95 deletions

View File

@ -29,7 +29,7 @@ namespace XPostProcessing
public FloatParameter pixelIntervalX = new FloatParameter { value = 1f };
[Range(0.2f, 5.0f), Tooltip("Pixel interval Y")]
public FloatParameter pixelIntervalY = new FloatParameter { value = 1f };
[ColorUsageAttribute(true, true, 0f, 20f, 0.125f, 3f)]
[ColorUsageAttribute(true, true) /*replaced deprecated "ColorUsageAttribute(true, true, 0f, 20f, 0.125f, 3f)" - Marc*/]
public ColorParameter BackgroundColor = new ColorParameter { value = new Color(0.0f, 0.0f, 0.0f) };
}