Click or drag to resize

BitWriterWriteColorPacked Method

[This is preliminary documentation and is subject to change.]

Convenience method that writes four varint floats from the color to the stream

Namespace:  MLAPI.Serialization
Assembly:  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void WriteColorPacked(
	Color color
)
Request Example View Source

Parameters

color
Type: Color
Color to write
See Also