Example #1
0
 public static Color Multiply(Color color, float amount)
 {
     return(ColorRGBA.Multiply(color, amount));
 }