Class: BitmapFilter

BitmapFilter

BitmapFilter クラスは、すべてのイメージフィルター効果の基本クラスです。
BevelFilter、BlurFilter、ColorMatrixFilter、ConvolutionFilter、DisplacementMapFilter、DropShadowFilter、GlowFilter、GradientBevelFilter、
および GradientGlowFilter クラスはすべて、BitmapFilter クラスを継承します。
このフィルター効果は、あらゆる表示オブジェクトに適用できます。

The BitmapFilter class is the base class for all image filter effects.
The BevelFilter, BlurFilter, ColorMatrixFilter, ConvolutionFilter, DisplacementMapFilter, DropShadowFilter, GlowFilter, GradientBevelFilter,
and GradientGlowFilter classes all extend the BitmapFilter class.
You can apply these filter effects to any display object.
You can neither directly instantiate nor extend BitmapFilter.

new next2d.filters.BitmapFilter ()

Members

next2d.filters.BitmapFilter.namespace staticconstant

指定されたクラスの空間名を返します。
Returns the space name of the specified class.

Default Value:
  • next2d.filters.BitmapFilter

namespace constant

指定されたオブジェクトの空間名を返します。
Returns the space name of the specified object.

Default Value:
  • next2d.filters.BitmapFilter

Methods

next2d.filters.BitmapFilter.toString ()string static

指定されたクラスのストリングを返します。
Returns the string representation of the specified class.

Default Value:
  • [class BitmapFilter]
Returns:
TypeDescription
string

toString ()string

指定されたオブジェクトのストリングを返します。
Returns the string representation of the specified object.

Default Value:
  • [object BitmapFilter]
Returns:
TypeDescription
string