Contents
- Usage
- Using the Library
- Using the Themes
- Using the Demo App
- Components
- Accordion
- AnimatedImage
- AutoComplete
- AutoFitText
- BarCode
- BitmapAdjustments
- ButtonBar
- Calculator
- Calendar
- CAPTCHA
- CarouselLayout
- CarouselList
- Clocks
- Colorizer
- ColorPicker
- ColorSpacePicker
- CompassContainer
- CoverflowLayout
- CoverflowList
- CursorManager
- DatePicker
- DockingCompassContainer
- Donut Chart
- ExpandingContainer
- FieldSet
- Filters
- FlexContextMenu
- FloatPaneControlBar
- Funnel Chart
- GraphicsEditor
- Heatmap
- HtmlDragDrop
- HtmlFrame
- HtmlGeolocation
- iCalendarParser
- iCalendarRecurrence
- IconButton
- Linear Gauges
- Magnifier
- Menu and MenuBar
- MiniViewport
- PackedLayout
- PackedList
- Pane
- PopUpButton
- ProgressDisplay
- Radar
- Radial Gauge
- Rating
- ReflectionContainer
- RichTextEditor
- RotaryField
- SafariMouseWheelFix
- Scroller
- Separators
- SliderField
- Sparklines
- TabPaneNavigator
- TextInput
- TimebarContainer
- Timeline
- TimeMachineLayout
- TimeMachineList
- TimePicker
- ToggleSwitchDesktop
- TransformContainer
- TreeMap
- ViewStack
- WheelList
Filters
Overview
15+ additional bitmap filters.
- Black and White Outline
- Pinch
- Bloat
- Sharpen
- Emboss
- Grayscale
- Edge Detect
- Brightness
- Hue
- Invert
- Saturation
- Contrast
- Sepia
- Brown
- Warm
- Soft Warm
- Bubblegum
- Cool
Creating and Using the Filters
Create and use the filters just like typical Flex filters, such as the Glow filter, the DropShadow filter, etc. They can be applied to DisplayObjects.
These filters all extend Spark filters.
Strength
Some filters have a "strength" property that changes the intensity of the effect. Most filters that have a "strength" property can vary the strength from 0 to 100 with 50 being the default. The exception is the "HueFilter", which varies from -180 to 180.
See the ASDocs for each filter.
Example
See the Filters demo application for example code.
Back To Top