FilterForm

User interface for selection of filter effects and their properties.

Summary
FilterFormUser interface for selection of filter effects and their properties.
Functions
InitializeComponentInitializes the user interface components on the form.
updateFromFiltersUpdates the UI widgets from the filters in the array.

Functions

InitializeComponent

public function InitializeComponent(app: Sprite,
page: Sprite,
tooltips: Tooltips,
defaultColor: uint,
tabColor: uint):void

Initializes the user interface components on the form.

updateFromFilters

public function updateFromFilters(filters: Array):void

Updates the UI widgets from the filters in the array.

Precondition

There is no more than one instance of a filtertype

Parameters

newStrokean updated stroke
public function InitializeComponent(app: Sprite,
page: Sprite,
tooltips: Tooltips,
defaultColor: uint,
tabColor: uint):void
Initializes the user interface components on the form.
public function updateFromFilters(filters: Array):void
Updates the UI widgets from the filters in the array.
Close