GUI Layout Color Background with Alpha

Hi,

I am using GUILayouts and have a scrollview. I want to set a background to the area however in my GUISkin I can only set a 2D texture as a background. I want to set a plain colour instead and be able to access the alpha channel so that it is not solid.

Any help appreciated! :slight_smile:

You should attach the white image.

With GUI.color you could then tint it, and set its alpha:

GUI.color = Color(_r, _g, b, _alpha);