RobustToolbox icon indicating copy to clipboard operation
RobustToolbox copied to clipboard

Render handle color differences

Open metalgearsloth opened this issue 1 year ago • 0 comments
trafficstars

DrawPrimitives converts the color you supply into SRGB space, whereas none of the other handles (apart from DrawCircle, which uses DrawPrimitives internally) do this. This means you can get rugpulled on drawing.

Fixing this is uhhh going to cause more than a few color issues so good luck brave soldier. Either way convert them all into SRGB or none of them I would think?

metalgearsloth avatar Jan 22 '24 03:01 metalgearsloth