Пример #1
0
 // BLEND - VECTOR and FLOAT.
 public Vector4 Blend(Vector4 stackValue, float moduleValue, float weightValue)
 {
     return(Blend(stackValue, AmpsHelpers.ConvertFloatVector4(moduleValue), weightValue));
 }