search

goog.graphics.SolidFill

Provided By
Extends
warning Deprecated

goog.graphics is deprecated. It existed to abstract over browser differences before the canvas tag was widely supported. See http://en.wikipedia.org/wiki/Canvas_element for details.

Creates an immutable solid color fill object.

new SolidFill( color, opt_opacity )

Parameters
colorstring

The color of the background.

opt_opacitynumber=

The opacity of the background fill. The value must be greater than or equal to zero (transparent) and less than or equal to 1 (opaque).

Instance Methods