On Windows we are creating Pixels object for passing it to the system using INT_ARGB_PRE pixel format, but apparently Windows expects the bitmap used for CreateIconIndirect method (which is used for icons and cursors) to be non-premultiplied.
- relates to
-
JDK-8096579 [Stage, Windows] Bad rendering of Icons
- Resolved
-
JDK-8088848 Win: png alpha channel doesn't work in window title
- Open