![]() | EffectHelper Class |
Namespace: DigitalRune.Graphics.Effects
The EffectHelper type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | GetColor |
Gets the value of the effect parameter as Color.
|
![]() ![]() | GetColorVector3 |
Gets the value of the effect parameter as a RGB color represented as
Vector3.
|
![]() ![]() | GetColorVector3F |
Gets the value of the effect parameter as a RGB color represented as
Vector3F.
|
![]() ![]() | GetColorVector4 |
Gets the value of the effect parameter as a RGBA color represented as
Vector4.
|
![]() ![]() | GetColorVector4F |
Gets the value of the effect parameter as a RGBA color represented as
Vector4F.
|
![]() ![]() | GetDirectionVector3 |
Gets the value of the effect parameter as direction vector represented as
Vector3.
|
![]() ![]() | GetDirectionVector3F |
Gets the value of the effect parameter as a direction vector represented as
Vector3F.
|
![]() ![]() | GetDirectionVector4 |
Gets the value of the effect parameter as a direction vector represented as
Vector4.
|
![]() ![]() | GetDirectionVector4F |
Gets the value of the effect parameter as a direction vector represented as
Vector4F.
|
![]() ![]() | GetParameterBindings |
Gets the default effect parameter bindings of the specified effect.
|
![]() ![]() | GetParameterDescriptions |
Gets the effect parameter descriptions of the specified effect.
|
![]() ![]() | GetPositionVector3 |
Gets the value of the effect parameter as position vector represented as
Vector3.
|
![]() ![]() | GetPositionVector3F |
Gets the value of the effect parameter as a position vector represented as
Vector3F.
|
![]() ![]() | GetPositionVector4 |
Gets the value of the effect parameter as a position vector represented as
Vector4.
|
![]() ![]() | GetPositionVector4F |
Gets the value of the effect parameter as a position vector represented as
Vector4F.
|
![]() ![]() | GetTechniqueBinding |
Gets the default effect technique binding of the specified effect.
|
![]() ![]() | GetTechniqueDescriptions |
Gets the technique descriptions of the specified effect.
|
![]() ![]() | SetColor(EffectParameter, Vector3F) |
Sets the value of the effect parameter to a RGB color.
|
![]() ![]() | SetColor(EffectParameter, Vector4F) |
Sets the value of the effect parameter to a RGBA color.
|
![]() ![]() | SetColor(EffectParameter, Color) |
Sets the value of the effect parameter.
|
![]() ![]() | SetColor(EffectParameter, Vector3) |
Sets the value of the effect parameter to a RGB color.
|
![]() ![]() | SetColor(EffectParameter, Vector4) |
Sets the value of the effect parameter to a RGBA color.
|
![]() ![]() | SetDirection(EffectParameter, Vector3F) |
Sets the value of the effect parameter to a direction vector.
|
![]() ![]() | SetDirection(EffectParameter, Vector4F) |
Sets the value of the effect parameter to a direction vector.
|
![]() ![]() | SetDirection(EffectParameter, Vector3) |
Sets the value of the effect parameter as a direction vector.
|
![]() ![]() | SetDirection(EffectParameter, Vector4) |
Sets the value of the effect parameter to a direction vector.
|
![]() ![]() | SetPosition(EffectParameter, Vector3F) |
Sets the value of the effect parameter to a position vector.
|
![]() ![]() | SetPosition(EffectParameter, Vector4F) |
Sets the value of the effect parameter to a position vector.
|
![]() ![]() | SetPosition(EffectParameter, Vector3) |
Sets the value of the effect parameter as a position vector.
|
![]() ![]() | SetPosition(EffectParameter, Vector4) |
Sets the value of the effect parameter to a position vector.
|