Dear visitor, welcome to krpano.com Forum. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.
![]() |
Source code |
1 2 3 4 5 |
<action name="add_blur"> tween(plugin[pp].blur, 4, 1); </action> |
Just add a black layer with the necessary transparencycan the image also be 'darkened' abit with this plugin?
Where do i add the settings to do this?
Just add a black layer with the necessary transparency
![]() |
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 |
<action name="add_blur"> tween(plugin[pp].blur, 4, 1); addlayer(blur_shader); set(layer[blur_shader].type, container); set(layer[blur_shader].zorder, 50); set(layer[blur_shader].align, lefttop); set(layer[blur_shader].width, 100%); set(layer[blur_shader].height, 100%); set(layer[blur_shader].bgcolor, 0x000000); set(layer[blur_shader].bgalpha, 0.15); set(layer[blur_shader].bgcapture, false); set(layer[blur_shader].handcursor, false); set(layer[blur_shader].alpha, 1); set(layer[blur_shader].keep, true); </action> <action name="remove_blur"> tween(plugin[pp].blur, 0, 0.5); tween(layer[blur_shader].alpha, 0, 0.5, '', removelayer(blur_shader) ); </action> |
![]() |
Source code |
1 |
set(plugin[pp].blur, 4, ath_top_left,atv_top_left, ath_bottom_left, atv_bottom_left, ath_top_right, atv_top_right, ath_bottom_right, atv_bottom_right); |
This post has been edited 1 times, last edit by "indexofrefraction" (May 13th 2018, 6:14pm)
Location: Mexico City
Occupation: Virtual tours, Krpano coding, Graphic Design, Photographer, Panographer
Location: Mexico City
Occupation: Virtual tours, Krpano coding, Graphic Design, Photographer, Panographer