Sometimes various 3D object models (NIF files) will have a color property defined. They consist of 8 hexadecimal digits. For example:
#9aceff59
I could assume that fourth integer (place 7 and 8) is used to represent the transparency of a color, but would rather hear from someone who knows more about 3D objects. Also, what is the common valid range for setting this parameter?
00toff(i.e. 0 to 255), withffbeing completely opaque and00being completely transparent. – Schism Jan 21 at 7:07