| Package | graphics.filters |
| Class | public class ShaderCustomFilter |
| Inheritance | ShaderCustomFilter flash.filters.ShaderFilter |
| Subclasses | CircleSpectrumFilter, GnomonicFilter, GrayScaleFilter, HalftoneFilter, HoleFilter, KnockoutFilter, LambertFilter, MagnifyFilter, MosaicFilter, OrthographicFilter, ReflectionFilter, RGBDistortFilter, RippleBlocksFilter, RippleCrossingFilter, RoundPixelFilter, SharpenFilter, StereographicFilter, TwirlFilter, WaveReflectionFilter |
| Property | Defined By | ||
|---|---|---|---|
| description : String [read-only]
The description of the filter (defines in the Shader). | ShaderCustomFilter | ||
| name : String [read-only]
The name of the filter (defines in the Shader). | ShaderCustomFilter | ||
| namespace : String [read-only]
The namespace of the filter (defines in the Shader). | ShaderCustomFilter | ||
| version : String [read-only]
The version of the filter (defines in the Shader). | ShaderCustomFilter | ||
| Method | Defined By | ||
|---|---|---|---|
ShaderCustomFilter(shader:Shader = null, init:Object = null)
Creates a new ShaderCustomFilter instance. | ShaderCustomFilter | ||
clone():BitmapFilter [override]
Returns a shallow copy of the object. | ShaderCustomFilter | ||
| description | property |
description:String [read-only] The description of the filter (defines in the Shader).
public function get description():String| name | property |
name:String [read-only] The name of the filter (defines in the Shader).
public function get name():String| namespace | property |
namespace:String [read-only] The namespace of the filter (defines in the Shader).
public function get namespace():String| version | property |
version:String [read-only] The version of the filter (defines in the Shader).
public function get version():String| ShaderCustomFilter | () | Constructor |
public function ShaderCustomFilter(shader:Shader = null, init:Object = null)Creates a new ShaderCustomFilter instance.
Parametersshader:Shader (default = null) — The Shader reference with a custom pixel bender filter inside.
| |
init:Object (default = null) — The optional dynamic object to initialize the filter.
|
| clone | () | method |
override public function clone():BitmapFilterReturns a shallow copy of the object.
ReturnsBitmapFilter — a shallow copy of the object.
|