'Declaration <DefaultValueAttribute(1)> <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.")> Public Property OverlayAlpha As Single
[DefaultValue(1)] [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.")] public float OverlayAlpha { get; set; }
[DefaultValue(1)] [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.")] public: __property float get_OverlayAlpha(); public: __property void set_OverlayAlpha(
float value
);
[DefaultValue(1)] [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.")] public:
property float OverlayAlpha { float get(); void set(float value); }
Property Value
1 - изображение, полученное после высокочастотной фильтрации исходного изображения, должно быть наложено на исходное изображение без прозрачности;
иначе - изображение, полученное после высокочастотной фильтрации исходного изображения, должно быть наложено на исходное изображение с прозрачностью, которая указана этим свойством.
Значение по умолчанию: 1.
иначе - изображение, полученное после высокочастотной фильтрации исходного изображения, должно быть наложено на исходное изображение с прозрачностью, которая указана этим свойством.
Значение по умолчанию: 1.