Question

I know that most screens are RGB, but is there a way in Java to detect if a display is physically using RGB or BGR order?

(note that I'm definitely not talking about the way images are stored in software nor in the video card's memory but about the physical property of the display(s) the Java app is running on)

Was it helpful?

Solution

There's no feedback from the screen that will identify it as one type or the other. The only method I know is to present the user with two choices and have them select the one that looks best.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top