bgr

Java: detecting if a display is RGB or BGR

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) ...