'Declaration <DescriptionAttribute("A value indicating whether the command must convert the source image to the grayscale image before the image spectrum filtering.")> <DefaultValueAttribute(False)> Public Property GrayscaleFiltration As Boolean
[Description("A value indicating whether the command must convert the source image to the grayscale image before the image spectrum filtering.")] [DefaultValue(False)] public bool GrayscaleFiltration { get; set; }
[Description("A value indicating whether the command must convert the source image to the grayscale image before the image spectrum filtering.")] [DefaultValue(False)] public: __property bool get_GrayscaleFiltration(); public: __property void set_GrayscaleFiltration(
bool value
);
[Description("A value indicating whether the command must convert the source image to the grayscale image before the image spectrum filtering.")] [DefaultValue(False)] public:
property bool GrayscaleFiltration { bool get(); void set(bool value); }
Property Value
True - команда должна преобразовать исходное изображение в изображение в оттенках серого перед фильтрацией спектра изображения. Команда выполняет фильтрацию по одному каналу.
false - команда не должна изменять исходное изображение перед фильтрацией спектра изображения. Команда выполняет фильтрацию по всем каналам исходного изображения.
Значение по умолчанию - false.
false - команда не должна изменять исходное изображение перед фильтрацией спектра изображения. Команда выполняет фильтрацию по всем каналам исходного изображения.
Значение по умолчанию - false.