Legacy:BlendColors

From Spherical
Revision as of 04:45, 4 June 2013 by Apollolux (talk | contribs) (created from http://web.archive.org/web/20110803103656/http://www.spheredev.org/wiki/BlendColors)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


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