Click or drag to resize
DigitalRuneEffectHelperSetColor Method
Sets the value of an effect parameter that represents a color.
Overload List
  NameDescription
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.
Top
See Also