Click or drag to resize

DisplayPipelineEnableColorWriting Method

Enable or disable the ColorWriting behavior of the engine.

Namespace:  Rhino.Display
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public void EnableColorWriting(
	bool enable
)

Parameters

enable
Type: SystemBoolean
true to enable ColorWriting, false to disable.
See Also