Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Orange is sort of greenish #47

Open
cmsj opened this issue Mar 13, 2019 · 4 comments
Open

Orange is sort of greenish #47

cmsj opened this issue Mar 13, 2019 · 4 comments
Labels
enhancement New feature or request needs documentation Details in this issue should be added to documentation

Comments

@cmsj
Copy link

cmsj commented Mar 13, 2019

Bug Report

Thank you for taking the time to experiment with this tool and report an issue.

Summary

I have the Orange colour set in the BIOS, but it's too bright, so I run RGBFusionTool at startup to reduce the brightness, but --static=Orange also changes the hue to something more greenish.

Repro

Steps and Commands

--static=Orange --brightness=30

Actual behavior

Colour is a sort of greenish hue

Expected behavior

Colour is orange

Environment

Windows 10
Aorus B450 I Pro Wifi

@tylerszabo
Copy link
Owner

Interesting, could you experiment with an RGB value that looks more orange? I just use the default mappings from .NET (Color.Orange) which is FF,A5,00 (Note that it does have a fair bit of green in it.)

It would make some sense to remap some of these color names to adjust for the color map of the LEDs (hopefully they use similar LED configurations on various boards so this doesn't need to be per-board).

@tylerszabo tylerszabo added the enhancement New feature or request label Mar 13, 2019
@cmsj
Copy link
Author

cmsj commented Mar 13, 2019

@tylerszabo oh, I had no idea I could specify RGB values! (I'm not sure that's documented anywhere? Maybe I missed it).

If it helps, these are the RGB values of the pre-defined colours in the BIOS:

White: 255/255/255
Red: 255/0/0
Green: 0/255/0
Blue: 0/0/255
Cyan: 0/255/255
Magenta: 255/0/255
Yellow: 255/216/0
Orange: 255/106/0

(so their Orange is a fair bit different to .Net's)

Thanks very much!

@tylerszabo
Copy link
Owner

Good idea, I've created Issue #48 to track documentation deficiencies.

@tylerszabo tylerszabo added the needs documentation Details in this issue should be added to documentation label Mar 13, 2019
@impatman
Copy link

Running into a similiar issue. LED Strips are coming out with the right colors but the on-board leds are off. Trying to set it as purple and it's coming out red. Played around with hex values and green worked fine, blue is very dull, orange comes out dull. Running against a x470.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request needs documentation Details in this issue should be added to documentation
Projects
None yet
Development

No branches or pull requests

3 participants