Earlier Versions
Name | Size | Uploaded | Game Version | Downloads | |
1.0.3 release | 10.30 KB | Aug 10, 2019 | 8.2.0 | 4,000 | Download |
1.0.2 release | 10.70 KB | Aug 10, 2019 | 8.2.0 | 78 | Download |
1.0.1 release | 9.56 KB | Feb 1, 2019 | 8.1.0 | 1,777 | Download |
1.0.0 release | 9.86 KB | Jan 27, 2019 | 8.1.0 | 194 | Download |
LibCustomGlow-1.0.zip beta | 5.53 KB | Nov 2, 2018 | 8.0.1 | 253 | Download |
LibCustomGlow-1.0.zip beta | 5.38 KB | Oct 23, 2018 | 8.0.1 | 192 | Download |
LibCustomGlow-1.0.zip beta | 5.37 KB | Oct 9, 2018 | 8.0.1 | 161 | Download |
LibCustomGlow-1.0.zip beta | 5.24 KB | Oct 8, 2018 | 8.0.1 | 93 | Download |
LibCustomGlow-1.0.zip beta | 10.30 KB | Oct 7, 2018 | 8.0.1 | 82 | Download |
LibCustomGlow-1.0.zip beta | 8.65 KB | Oct 6, 2018 | 8.0.1 | 107 | Download |
LibCustomGlow-1.0.zip beta | 8.61 KB | Oct 6, 2018 | 8.0.1 | 119 | Download |
LibCustomGlow-1.0.zip beta | 8.60 KB | Sep 3, 2018 | 8.0.1 | 151 | Download |
1.0.3-7-gd830e93-alpha alpha | 11.68 KB | Nov 28, 2022 | 8.2.0 | 160 | Download |
1.0.3-6-g3b98344-alpha alpha | 18.51 KB | Nov 28, 2022 | 8.2.0 | 2 | Download |
1.0.3-5-ge685cd9-alpha alpha | 17.72 KB | Nov 11, 2022 | 8.2.0 | 110 | Download |
1.0.3-4-g357b944-alpha alpha | 10.73 KB | Sep 7, 2022 | 8.2.0 | 211 | Download |
1.0.3-1-g6261295-alpha alpha | 10.29 KB | May 1, 2020 | 8.2.0 | 930 | Download |
6cf6bf5-alpha alpha | 10.66 KB | Aug 10, 2019 | 8.2.0 | 68 | Download |
Classic Test alpha | 10.28 KB | May 17, 2019 | 1.13.2 | 319 | Download |
46a3d58-alpha alpha | 9.38 KB | Jan 27, 2019 | 8.0.1 | 91 | Download |
5850185-alpha alpha | 9.70 KB | Nov 29, 2018 | 8.0.1 | 93 | Download |
dbc32bd-alpha alpha | 9.66 KB | Nov 2, 2018 | 8.0.1 | 90 | Download |
f9e4fea-alpha alpha | 9.34 KB | Oct 24, 2018 | 8.0.1 | 152 | Download |
2a428bc-alpha alpha | 9.28 KB | Oct 24, 2018 | 8.0.1 | 35 | Download |
LibCustomGlow-1.0.zip alpha | 8.55 KB | Sep 1, 2018 | 8.0.1 | 50 | Download |
Description
Adds functions:
PixelGlow_Start(frame[, color[, N[, frequency[, length[, th[, xOffset[, yOffset[, border[ ,key]]]]]]]])
Starts glow over target frame with set parameters:
- frame – target frame to set glowing;
- color – {r,g,b,a}, color of lines and opacity, from 0 to 1. Defaul value is {0.95, 0.95, 0.32, 1};
- N – number of lines. Defaul value is 8;
- frequency – frequency, set to negative to inverse direction of rotation. Default value is 0.25;
- length – length of lines. Default value depends on region size and number of lines;
- th – thickness of lines. Default value is 2;
- xOffset,yOffset – offset of glow relative to region border;
- border – set to true to create border under lines;
- key – key of glow, allows for multiple glows on one frame;
PixelGlow_Stop(frame[, key])
Stops glow with set key over target frame
AutoCastGlow_Start(frame[, color[, N[, frequency[, scale[, xOffset[, yOffset[, key]]]]]]])
Starts glow over target frame with set parameters:
- frame – target frame to set glowing;
- color – {r,g,b,a}, color of particles and opacity, from 0 to 1. Defaul value is {0.95, 0.95, 0.32, 1};
- N – number of particle groups. Each group contains 4 particles. Defaul value is 4;
- frequency – frequency, set to negative to inverse direction of rotation. Default value is 0.125;
- scale – scale of particles;
- xOffset,yOffset – offset of glow relative to region border;
- key – key of glow, allows for multiple glows on one frame;
AutoCastGlow_Stop(frame[, key])
Stops glow with set key over target frame
Blizzard glow is based heavily on https://www.wowace.com/projects/libbuttonglow-1-0
ButtonGlow_Start(frame[, color[, frequency]]])
Starts glow over target frame with set parameters:
- frame – target frame to set glowing;
- color – {r,g,b,a}, color of particles and opacity, from 0 to 1. Defaul value is {0.95, 0.95, 0.32, 1};
- frequency – frequency. Default value is 0.125;
ButtonGlow_Stop(frame)
Stops glow over target frame
Add a comment