Class fever.display.style.GradientType

Description

Provides values for the type parameter in the beginGradientFill() and lineGradientFill() methods.

Field Index

LINEAR, RADIAL

Field Detail

LINEAR

static public LINEAR:String
Value used to specify a linear gradient fill.

RADIAL

static public RADIAL:String
Value used to specify a radial gradient fill.