Builds a color from a byte array

Declaration Syntax
 
public 
Color4(
        
byte[] 
byteArray,
        
int 
pos,
        
bool 
inverted
)
 
 
 
 
 

Parameters
 
- 
byteArray (
array<
Byte
>
[]
()
[]
[]
)
- Byte array containing a 16 byte color
- 
pos (
Int32)
- Beginning position in the byte array
- 
inverted (
Boolean)
- True if the byte array stores inverted values, otherwise false.
For example the color black (fully opaque) inverted would be 0xFF
0xFF 0xFF 0x00
 
 
 
Assembly: 
OpenMetaverseTypes(Module:
OpenMetaverseTypes.dll) Version: 0.0.0.0