'Declaration <DescriptionAttribute("The alpha (transparency) value that must be used when the image, which is received after the highpass filtering of source image, must be overlayed on the source image.")> <DefaultValueAttribute(1)> Public Property OverlayAlpha As Single
[Description("The alpha (transparency) value that must be used when the image, which is received after the highpass filtering of source image, must be overlayed on the source image.")] [DefaultValue(1)] public float OverlayAlpha { get; set; }
[Description("The alpha (transparency) value that must be used when the image, which is received after the highpass filtering of source image, must be overlayed on the source image.")] [DefaultValue(1)] public: __property float get_OverlayAlpha(); public: __property void set_OverlayAlpha(
float value
);
[Description("The alpha (transparency) value that must be used when the image, which is received after the highpass filtering of source image, must be overlayed on the source image.")] [DefaultValue(1)] public:
property float OverlayAlpha { float get(); void set(float value); }
Property Value
1 - изображение, полученное после высокочастотной фильтрации исходного изображения, должно быть наложено на исходное изображение без прозрачности;
иначе - изображение, полученное после высокочастотной фильтрации исходного изображения, должно быть наложено на исходное изображение с прозрачностью, которая указана этим свойством.
Значение по умолчанию: 1.
        иначе - изображение, полученное после высокочастотной фильтрации исходного изображения, должно быть наложено на исходное изображение с прозрачностью, которая указана этим свойством.
Значение по умолчанию: 1.