Difference between revisions of "Legacy:BlendColors"

From Spherical
Jump to: navigation, search
(created from http://web.archive.org/web/20110803103656/http://www.spheredev.org/wiki/BlendColors)
(No difference)

Revision as of 04:45, 4 June 2013


Returns a new Color object that is the blended color of the two input colors. (c1 and c2)

Usage

Color [[API:{{{object}}}|{{{object}}}]].BlendColors(c1, c2);


  • param1 type. param1 description
  • param2 type. param2 description
  • paramN type. paramN description

Examples

(examples with syntaxhighlighted code)

Notes

(notes)

See also

  • see also
  • see also
  • see also
  • etc

API:Color/navbox