Colors - KurbanismailovZaur/Extensions GitHub Wiki

On this page you can familiarize yourself with methods for extending the Color and Color32 structures.

With

Returns a copy with the color channel value changed.

image.color = someColor.WithR(1f);
image.color = someColor.WithGA(1f, 0.5f);