WilliamVenner / vscode-glua-enhanced

👨‍💻 Garry's Mod Lua VSCode Extension for enhanced auto completion, wiki integration, snippets, color palette, and much more...
https://marketplace.visualstudio.com/items?itemName=venner.vscode-glua-enhanced
GNU General Public License v3.0
410 stars 10 forks source link

Color() removes alpha value after sliding to 255 #10

Closed zgredinzyyy closed 3 years ago

zgredinzyyy commented 3 years ago

Pretty self explanatory

Bringing alpha slider back to 255 only removes 4th value from Color(), leaving (Color(33, 38, 43, 90) with just (Color(33, 38, 43, )

WilliamVenner commented 3 years ago

Already fixed in next version