Click or drag to resize
DigitalRuneEffectHelper Class
Provides extension methods for the Effect class and related types.
Inheritance Hierarchy
SystemObject
  DigitalRune.Graphics.EffectsEffectHelper

Namespace: DigitalRune.Graphics.Effects
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public static class EffectHelper

The EffectHelper type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetColor
Gets the value of the effect parameter as Color.
Public methodStatic memberGetColorVector3
Gets the value of the effect parameter as a RGB color represented as Vector3.
Public methodStatic memberGetColorVector3F
Gets the value of the effect parameter as a RGB color represented as Vector3F.
Public methodStatic memberGetColorVector4
Gets the value of the effect parameter as a RGBA color represented as Vector4.
Public methodStatic memberGetColorVector4F
Gets the value of the effect parameter as a RGBA color represented as Vector4F.
Public methodStatic memberGetDirectionVector3
Gets the value of the effect parameter as direction vector represented as Vector3.
Public methodStatic memberGetDirectionVector3F
Gets the value of the effect parameter as a direction vector represented as Vector3F.
Public methodStatic memberGetDirectionVector4
Gets the value of the effect parameter as a direction vector represented as Vector4.
Public methodStatic memberGetDirectionVector4F
Gets the value of the effect parameter as a direction vector represented as Vector4F.
Public methodStatic memberGetParameterBindings
Gets the default effect parameter bindings of the specified effect.
Public methodStatic memberGetParameterDescriptions
Gets the effect parameter descriptions of the specified effect.
Public methodStatic memberGetPositionVector3
Gets the value of the effect parameter as position vector represented as Vector3.
Public methodStatic memberGetPositionVector3F
Gets the value of the effect parameter as a position vector represented as Vector3F.
Public methodStatic memberGetPositionVector4
Gets the value of the effect parameter as a position vector represented as Vector4.
Public methodStatic memberGetPositionVector4F
Gets the value of the effect parameter as a position vector represented as Vector4F.
Public methodStatic memberGetTechniqueBinding
Gets the default effect technique binding of the specified effect.
Public methodStatic memberGetTechniqueDescriptions
Gets the technique descriptions of the specified effect.
Public methodStatic memberSetColor(EffectParameter, Vector3F)
Sets the value of the effect parameter to a RGB color.
Public methodStatic memberSetColor(EffectParameter, Vector4F)
Sets the value of the effect parameter to a RGBA color.
Public methodStatic memberSetColor(EffectParameter, Color)
Sets the value of the effect parameter.
Public methodStatic memberSetColor(EffectParameter, Vector3)
Sets the value of the effect parameter to a RGB color.
Public methodStatic memberSetColor(EffectParameter, Vector4)
Sets the value of the effect parameter to a RGBA color.
Public methodStatic memberSetDirection(EffectParameter, Vector3F)
Sets the value of the effect parameter to a direction vector.
Public methodStatic memberSetDirection(EffectParameter, Vector4F)
Sets the value of the effect parameter to a direction vector.
Public methodStatic memberSetDirection(EffectParameter, Vector3)
Sets the value of the effect parameter as a direction vector.
Public methodStatic memberSetDirection(EffectParameter, Vector4)
Sets the value of the effect parameter to a direction vector.
Public methodStatic memberSetPosition(EffectParameter, Vector3F)
Sets the value of the effect parameter to a position vector.
Public methodStatic memberSetPosition(EffectParameter, Vector4F)
Sets the value of the effect parameter to a position vector.
Public methodStatic memberSetPosition(EffectParameter, Vector3)
Sets the value of the effect parameter as a position vector.
Public methodStatic memberSetPosition(EffectParameter, Vector4)
Sets the value of the effect parameter to a position vector.
Top
See Also