👨💻 Garry's Mod Lua VSCode Extension for enhanced auto completion, wiki integration, snippets, color palette, and much more...
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
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, )