Click or drag to resize

IPostEffectsGetPostEffects Method

[Missing <summary> documentation for "M:Rhino.Render.PostEffects.IPostEffects.GetPostEffects(Rhino.Render.PostEffects.PostEffectType)"]

Namespace:  Rhino.Render.PostEffects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 7.0
Syntax
PostEffect[] GetPostEffects(
	PostEffectType type
)

Parameters

type
Type: Rhino.Render.PostEffectsPostEffectType

[Missing <param name="type"/> documentation for "M:Rhino.Render.PostEffects.IPostEffects.GetPostEffects(Rhino.Render.PostEffects.PostEffectType)"]

Return Value

Type: PostEffect

[Missing <returns> documentation for "M:Rhino.Render.PostEffects.IPostEffects.GetPostEffects(Rhino.Render.PostEffects.PostEffectType)"]

See Also