Click or drag to resize

ColorLinearInterpolate Method

Overload List
  NameDescription
Public methodLinearInterpolate(Color, Color)
Returns the result of the linear interpolation between this color and `to` by color amount `weight`.
Public methodLinearInterpolate(Color, Single)
Returns the result of the linear interpolation between this color and `to` by amount `weight`.
Top
See Also