| Pacote | flash.display |
| Classe | public final class GradientType |
| Herança | GradientType Object |
type parameter in the
beginGradientFill() and lineGradientStyle() methods of the flash.display.Graphics class.
| Constante | Definido por | ||
|---|---|---|---|
| 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 | Constante |
public static const LINEAR:String = "linear"
Value used to specify a linear gradient fill.
| RADIAL | Constante |
public static const RADIAL:String = "radial"
Value used to specify a radial gradient fill.