Class fever.display.filters.BitmapFilterType

Description

Contains values to set the type of a BitmapFilter.

Field Index

FULL, INNER, OUTER

Field Detail

FULL

static public FULL:String
Defines the setting that applies a filter to the entire area of an object.

INNER

static public INNER:String
Defines the setting that applies a filter to the inner area of an object.

OUTER

static public OUTER:String
Defines the setting that applies a filter to the outer area of an object.