Images are hue-shifted by CGS
See original GitHub issueArea of Cosmos - What area of Cosmos are we dealing with?
CGS
Expected Behaviour - What do you think that should happen?
- I load a test image
- I display it on the screen, exactly as if viewed from windows
Actual Behaviour - What unexpectedly happens?
- I load a test image
- It’s hue-shifted when displayed on screen Visual reference:
Reproduction - How did you get this error to appear?
m’code:
canvas = FullScreenCanvas.GetFullScreenCanvas();
byte[] image_bytes = File.ReadAllBytes(@cwd+cmd[1]);
Bitmap image = new Bitmap(image_bytes);
System.Console.Clear();
canvas.Clear();
canvas.DrawImage(image, 0, 0);
canvas.Display();
Version - Were you using the User Kit or Dev Kit? And what User Kit version or Dev Kit commit (Cosmos, IL2CPU, X#)?
User kit, newest.
Issue Analytics
- State:
- Created 2 months ago
- Comments:7 (1 by maintainers)
Top Results From Across the Web
Hueshift, saturation, and brightening all in one shader in Unity
Shaders, especially HLSL or CG shaders seem to be less known in Unity, so I just wanted to do my part, share my...
Read more >Rotate Hue using ImageAttributes in C# - Stack Overflow
How can I rotate the hue of an image using GDI+'s ImageAttributes (and presumably ColorMatrix )?. Note that I want to rotate the...
Read more >LookDev'ing Iridescence in Nuke
First of all getting that hue range in across an image is fairly ... Unfortunately Nuke's built-in Hueshift node does… some weird stuff....
Read more >HueShift
HueShift transforms the input image's colorspace. It works by transforming the colors to CIE XYZ space and then doing simple scales and rotates...
Read more >HueShift - Foundry Learn
HueShift transforms the input image's colorspace. It works by transforming the colors to CIE XYZ space and then doing simple scales and rotates...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
ok that worked 😛
If that worked, please close the issue. Thanks.