문제

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)

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top