Functiondojox.gfx3d.Object.setFill

dojo.require("dojox.gfx3d.object");
defined in dojox/gfx3d/object.js

sets a fill object (the default implementation is to delegate to the underlying 2D shape).

Usage

function (/*Object*/ fill) (view source)
parametertypedescription
fillObjecta fill object (see dojox.gfx.defaultLinearGradient, dojox.gfx.defaultRadialGradient, dojox.gfx.defaultPattern, dojo.Color or dojox.gfx.MODEL)