'Declaration <DescriptionAttribute("The color searched in image.")> <ReadOnlyAttribute(True)> Public ReadOnly Property Color As Vintasoft.Imaging.ImageColors.ColorBase
[Description("The color searched in image.")] [ReadOnly(True)] public Vintasoft.Imaging.ImageColors.ColorBase Color { get; }
[Description("The color searched in image.")] [ReadOnly(True)] public: __property Vintasoft.Imaging.ImageColors.ColorBase* get_Color();
[Description("The color searched in image.")] [ReadOnly(True)] public:
property Vintasoft.Imaging.ImageColors.ColorBase^ Color { Vintasoft.Imaging.ImageColors.ColorBase^ get(); }