moduletag7.js 125 B

1234567
  1. /** @module color/mixer */
  2. export default {
  3. /** Blend two colors together. */
  4. blend: function(color1, color2) {}
  5. };