com.onlineobject.objectnet Namespace

ColorStream..::..Read Method

Reads a Color object from a byte array buffer.

Namespace:  com.onlineobject.objectnet
Assembly:  ObjectNetAPI (in ObjectNetAPI.dll)

Syntax


public Color Read(

	byte[] buffer,

	ref int offset

)

Parameters

buffer
Type: array<Byte>[]()[][]
The byte array buffer to read from.
offset
Type: Int32%
The current offset in the buffer. Will be updated after read.

Return Value

The Color object read from the buffer.