'Declaration <DescriptionAttribute("A color, which should be used if color is not contained in ColorReplaceSpheres.")> Public Property UndefinedColor As Vintasoft.Imaging.ImageColors.Rgb24Color
[Description("A color, which should be used if color is not contained in ColorReplaceSpheres.")] public Vintasoft.Imaging.ImageColors.Rgb24Color UndefinedColor { get; set; }
[Description("A color, which should be used if color is not contained in ColorReplaceSpheres.")] public: __property Vintasoft.Imaging.ImageColors.Rgb24Color* get_UndefinedColor(); public: __property void set_UndefinedColor(
Vintasoft.Imaging.ImageColors.Rgb24Color* value
);
[Description("A color, which should be used if color is not contained in ColorReplaceSpheres.")] public:
property Vintasoft.Imaging.ImageColors.Rgb24Color^ UndefinedColor { Vintasoft.Imaging.ImageColors.Rgb24Color^ get(); void set(Vintasoft.Imaging.ImageColors.Rgb24Color^ value); }
Property Value
Значение по умолчанию равно null - цвет не будет изменен.