'Declaration Public Property interpolationRadius As Double
public double interpolationRadius { get; set; }
Property Value
Possible values are from 0 to 1:
- 0.0 - any color from color sphere will be replaced by newColor.
- 0.6 - color of sphere center and colors located from the sphere center at a distance (0.4*radius) will be replaced by newColor, all other colors from color sphere will be interpolated.
- 1.0 - color of sphere center will be replaced by newColor, all other colors from color sphere will be interpolated.