'Declaration <DescriptionAttribute("A radius, in range from 0 to 1, which specifies when interpolation should be used for color replacement.")> <DefaultValueAttribute(0,5)> Public Property InterpolationRadius As Double
[Description("A radius, in range from 0 to 1, which specifies when interpolation should be used for color replacement.")] [DefaultValue(0,5)] public double InterpolationRadius { get; set; }
[Description("A radius, in range from 0 to 1, which specifies when interpolation should be used for color replacement.")] [DefaultValue(0,5)] public: __property double get_InterpolationRadius(); public: __property void set_InterpolationRadius(
double value
);
[Description("A radius, in range from 0 to 1, which specifies when interpolation should be used for color replacement.")] [DefaultValue(0,5)] public:
property double InterpolationRadius { double get(); void set(double value); }
Property Value
Возможные значения от 0 до 1:
Значение по умолчанию - 0.5.
- 0.0 - любой цвет из цветовой сферы будет заменен на Center
- 0.6 - цвет центра сферы и цвета, расположенные от центра сферы на расстоянии (0.4*Radius), будут заменены на Center, все остальные цвета из цветовой сферы будут интерполированы.
- 1.0 - цвет центра сферы будет заменен на Center, все остальные цвета из цветовой сферы будут интерполированы.
Значение по умолчанию - 0.5.