interpolate
Description:
[
Version ( since =
"1.6" ) ]
public Color interpolate (
Color final,
double progress)
Interpolates between this and final Colors
using progress
Parameters:
| this |
the initial Color
|
| final |
the final Color
|
| progress |
the interpolation progress
|
| result |
return location for the interpolation
|