dojox
»
gfx3d
»
lighting
» multiplyColor
dojox.gfx3d.lighting.multiplyColor
dojo.require("dojox.gfx3d.lighting");
defined in dojox/gfx3d/lighting.js
Usage
function (a, b)
(view source)
return
{
r: a.
r
*
b.
r
, g: a.
g
*
b.
g
, b: a.
b
*
b.
b
, a: a.
a
*
b.
a
}
;
parameter
type
description
a
b