Class fever.display.style.InterpolationMethod

Description

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

Field Index

LINEAR_RGB, RGB

Field Detail

LINEAR_RGB

static public LINEAR_RGB:String
Specifies that the linear RGB interpolation method should be used.

RGB

static public RGB:String
Specifies that the RGB interpolation method should be used.