I am trying to draw a material on a HUD canvas using FCanvasTileItem.
Material:
The drawn image, however, slightly differs from the texture used:
(The result drawn in game is on the upper picture, texture asset is on the lower one)
I tried to change DrawColour of Canvas as it was suggested [here][3], but it did not help.
Both Default Lit and Unlit shading models give the same result. Fiddling with material settings and FCanvasTileItem properties does not fix it either.
What can be the cause of such behavior and how can it be fixed?
Thanks for help in advance!
EDIT: The same thing goes for DrawMaterial and DrawMaterialSimple Blueprint nodes
EDIT2: The issue seems to go away if i uncheck sRGB parameter in texture. Can anyone explain, how it works?