Click or drag to resize

DisplayPipelineAttributesGetColorFadeEffect Method

Get the current color fade effect data.

Namespace:  Rhino.Display
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 8.0
Syntax
public void GetColorFadeEffect(
	out Color fadeColor,
	out float fadeAmount
)

Parameters

fadeColor
Type: System.DrawingColor
The current fade amount
fadeAmount
Type: SystemSingle
The current fade color
See Also