#Does someone know the color and transparency value of the nametags tag?
1 messages · Page 1 of 1 (latest)
I think the colour is just black, not sure what the transparency is though
What do you need it for?
You can definitely find it out using the vanilla shader that renders it and trial and error, but that takes a good amount of time even when knowing shaders
For a pack.png, but if it's not known I'll just do something approximative.
I can't find the information on the wiki
It’s fully black with 64 alpha
Atleast the default text display background color is
Because that’s
1073741824
Try 25%
And that correlates to
40 00 00 00 in hex
Which is
64, 0, 0, 0 in argb
Did you look up the same Minecraft wiki article as me just now :p
Probably got the same idea at the same time :P
wait so what transparency is it?
64 out of 255
25%, probably
Or 25%
So i have a second question, how much larger than the text is the black part?
Like, is it one pixel longer, two pixel longer, etc
Take a screenshot and do pixel measurements in an image editor