Setting blur in CUI?Solved
How to make blur in CUI ?
use sprites
In response to Orange ():
use sprites
Which one? :D this it the main question, and how to find them all ?
In response to misticos ():
Which one? :D this it the main question, and how to find them all ?
assets/content/textures
In response to Orange ():
assets/content/textures
Cannot find there blur.
In response to misticos ():
Cannot find there blur.
maybe assets/content/textures/generic/fulltransparent.tga
In response to Orange ():
maybe assets/content/textures/generic/fulltransparent.tga
full transparent, not that
Thread Up.
In response to misticos ():
Thread Up.

One correct answer could be that way (instead of the first smart alec)

var innerLine = new CuiElement
{
	Name = CuiHelper.GetGuid(),
	Parent = mainPanel,
	Components =
			{
				new CuiRawImageComponent { Color = "0 0 0 0.5", Sprite = "assets/content/materials/highlight.png", Material = "assets/content/ui/uibackgroundblur-ingamemenu.mat" },
				new CuiRectTransformComponent{ AnchorMin = "0 0", AnchorMax = "0.9 0.9" }
			}
};

Example visual:

Cool stuff.
In response to FuJiCuRa ():
One correct answer could be that way (instead of the first smart alec)var innerLine = new CuiElemen...
Finally. Thank you.

Merged post

Where have you found this solution, this material?
If I would betray all my tricks at once, I would probably be unemployed in no time ;)
In response to FuJiCuRa ():
If I would betray all my tricks at once, I would probably be unemployed in no time ;)
::::c
In response to misticos ():
Finally. Thank you.

Merged post

Where have you found this solution, this mater...
assets/content

Do you tryed to inspect game files? I donk think so -> do it

In response to Orange ():
assets/contentDo you tryed to inspect game files? I donk think so -> do it
Lol I tried .you mean sources?
Locked automatically