[media]
0 should be pure black.
maybe it is better to use -1.
Attachments
Comments 6
@unknown it is used by new display entity family.
it is a rgb-color, to override its normal teamcolor.
for example, if it is 255, it is pure blue.
to anyone who wants to use pure black, you can use 16777216 (256x256x256) instead.
it is not 0, but every useful bit are 0.
Where is this used?