Re: RGB and LAB color spaces: Conversion and interpolation

2015-09-25 Thread Jim Graham
JavaFX has no color conversion libraries. The classes in java.awt.color are the only alternative that ships standard with the JDK... ...jim On 9/25/15 7:42 AM, Benjamin Gudehus wrote: Hey! I want to convert colors between different color spaces and interpolate them wi

Re: In(Sanity) Testing Mondays

2015-09-25 Thread Phil Race
I believe Kevin said integration will be skipped this week so none of this is necessary. -phil. On 09/25/2015 07:30 AM, Vadim Pakhnushev wrote: Reminder, Monday is our weekly sanity testing. You can find your testing assignment at: https://wiki.openjdk.java.net/display/OpenJFX/Sanity+Testing

Re: Usage of Toolkit firePulse

2015-09-25 Thread Dr. Michael Paus
Hi, I updated the file on dropbox with the additions made by Tomas. Michael Am 25.09.15 um 16:57 schrieb Anthony Vanelverdinghe: Hi Michael Would you mind to share your updated test program through dropbox please? Kind regards Anthony Vanelverdinghe On 25/09/2015 11:24, Dr. Michael Paus wrote

RGB and LAB color spaces: Conversion and interpolation

2015-09-25 Thread Benjamin Gudehus
Hey! I want to convert colors between different color spaces and interpolate them within the specific color space (sRGB and its cylindrical transformations HSL/HLS, HSV/HSB, and HSI. LAB and its cylindrical transformations LCH, and HCL). javafx.scene.paint.Color only accepts (s)RGB and HSB and se

In(Sanity) Testing Mondays

2015-09-25 Thread Vadim Pakhnushev
Reminder, Monday is our weekly sanity testing. You can find your testing assignment at: https://wiki.openjdk.java.net/display/OpenJFX/Sanity+Testing Also please remember that the repo will be locked from 1am PDT until 1pm PDT. Happy testing! Thanks, Vadim

Re: Usage of Toolkit firePulse

2015-09-25 Thread Dr. Michael Paus
Hi, this really works great and is in my opinion the best approach to ensure a super smooth canvas update. So the trick is to spread the whole work over several smaller chunks via Platform.runLater calls but instead of creating all these chunks at once, one has to chain these in such a way that th