WaveColor
extension WaveColor
-
Returns a
UIColorby interpolating between two otherUIColors.Declaration
Parameters
fromColorThe
UIColorto interpolate fromtoColorThe
UIColorto interpolate to (e.g. when fully interpolated)progressThe interpolation progess; must be a
CGFloatfrom 0 to 1Return Value
The interpolated
UIColorfor the given progress point
WaveColor Extension Reference