You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 18, 2023. It is now read-only.
When you draw an image, Steam doesn't draw the same color with image() and fill().
I can't patch Steam so, I think Oxygen can patch images with color correction (Or color matrix).
I passed 2 days to search for a function to patch colors but can't find it.
Currently I found a method to patch most of the dark images : Add 1 to all colors (Example : #050505 become #060606)
So this issue is also a request for a genius that know how to patch images for Steam.
When you draw an image, Steam doesn't draw the same color with
image()andfill().I can't patch Steam so, I think Oxygen can patch images with color correction (Or color matrix).
I passed 2 days to search for a function to patch colors but can't find it.
Currently I found a method to patch most of the dark images : Add 1 to all colors (Example : #050505 become #060606)
So this issue is also a request for a genius that know how to patch images for Steam.