Package | flash.display |
Class | public final class GradientType |
Inheritance | GradientType ![]() |
type
parameter in the
beginGradientFill()
and lineGradientStyle()
methods of the flash.display.Graphics class.
Constant | Defined By | ||
---|---|---|---|
LINEAR : String = "linear" [static]
Value used to specify a linear gradient fill. | GradientType | ||
RADIAL : String = "radial" [static]
Value used to specify a radial gradient fill. | GradientType |
LINEAR | Constant |
public static const LINEAR:String = "linear"
Value used to specify a linear gradient fill.
RADIAL | Constant |
public static const RADIAL:String = "radial"
Value used to specify a radial gradient fill.