my dog learned polymorphism
The moose likes Swing / AWT / SWT and the fly likes Transitioning Colours Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Swing / AWT / SWT
Reply Bookmark "Transitioning Colours" Watch "Transitioning Colours" New topic
Author

Transitioning Colours

Mikpo Siru
Ranch Hand

Joined: Apr 09, 2009
Posts: 54
Hi,

I have written a class that transitions from a starting colour to and ending colour. However there is one problem: the ending colour is always slightly off from what I specify. I've done my best to take care of rounding errors...any hints as to how I should proceed?

Thanks.

Mikpo Siru
Ranch Hand

Joined: Apr 09, 2009
Posts: 54
Just thought of a crude way around it: when colour transition loop finishes, force the final colour to be the given ending colour. However the discontinuity in colour is obvious. Other suggestions are welcome!
Mikpo Siru
Ranch Hand

Joined: Apr 09, 2009
Posts: 54
Fixed it by performing the step calculations in the loop.

 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Transitioning Colours
 
Similar Threads
quadruple
Pixel Transparency
Enums
Is this "thread-safe"?
Method design problem