ColorRGBA
to the interpolation by changeAmnt from this to the finalColor: this=(1-changeAmnt)*this + changeAmnt * finalColor
@param finalColor The final color to interpolate towards.
@param changeAmnt An amount between 0.0 - 1.0 representing a percentagechange from this towards finalColor.
|
|
|
|
|
|
|
|