Click or drag to resize

DisplayPipelineAttributesSetDitherTransparencyEffect Method

Set a dither transparency effect to make objects render with a given amount of transparency using a dither effect.

Namespace:  Rhino.Display
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 8.0
Syntax
public void SetDitherTransparencyEffect(
	 in float transparencyAmount
)

Parameters

transparencyAmount
Type: SystemSingle
The amount of transparency (0..1).
See Also