Click or drag to resize

BinaryArchiveWriterWriteColor Method

Writes a Color value to the archive.

Namespace:  Rhino.FileIO
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public void WriteColor(
	Color value
)

Parameters

value
Type: System.DrawingColor
A value to write.
See Also