Blocks :
|
|
Relates :
|
The SWTFXUtils exporter noticed a change in the behavior of this PixelFormat recently. The root cause appears to be that we switched from using a call to setArgb per pixel when reading a buffer to using optimized loops. Apparently the optimized loops are correct, but this method is wrong so the optimization caused a noticeable change in behavior.
|