'Declaration <DefaultValueAttribute(False)> <DescriptionAttribute("A value indicating whether grayscale spectrum should be visualized.")> Public Property GrayscaleVisualization As Boolean
[DefaultValue(False)] [Description("A value indicating whether grayscale spectrum should be visualized.")] public bool GrayscaleVisualization { get; set; }
[DefaultValue(False)] [Description("A value indicating whether grayscale spectrum should be visualized.")] public: __property bool get_GrayscaleVisualization(); public: __property void set_GrayscaleVisualization(
bool value
);
[DefaultValue(False)] [Description("A value indicating whether grayscale spectrum should be visualized.")] public:
property bool GrayscaleVisualization { bool get(); void set(bool value); }
Property Value
True - the command must convert the source image to the grayscale image before the image spectrum visualizing;
false - spectrums of each image channel are visualized at the corresponding channels of resulting image. Default value is false.
false - spectrums of each image channel are visualized at the corresponding channels of resulting image. Default value is false.