Name | Type | Default | Description |
---|---|---|---|
distance | number | 4 | optional |
angle | number | 45 | optional |
highlight_color | uint | 0xffffff | optional |
highlight_alpha | number | 1 | optional |
shadow_color | uint | 0x000000 | optional |
shadow_alpha | number | 1 | optional |
blur_x | number | 4 | optional |
blur_y | number | 4 | optional |
strength | number | 1 | optional |
quality | int | 1 | optional |
type | string | BitmapFilterType.INNER | optional |
knockout | boolean | false | optional |
Extends
- BitmapFilter
Members
指定されたクラスの空間名を返します。
Returns the space name of the specified class.- Default Value:
- next2d.filters.BevelFilter
シャドウの角度
The angle of the shadow.- Default Value:
- 45
水平方向のぼかし量。
The amount of horizontal blur.- Default Value:
- 4
垂直方向のぼかし量。
The amount of vertical blur.- Default Value:
- 4
シャドウのオフセット距離です。
The offset distance for the shadow, in pixels.- Default Value:
- 4
アルファ透明度の値です。
The alpha transparency value for the color.- Default Value:
- 1
グローのカラー
The color of the glow.- Default Value:
- 0xffffff
オブジェクトにノックアウト効果を適用するかどうか
Specifies whether the object has a knockout effect.- Default Value:
- false
指定されたオブジェクトの空間名を返します。
Returns the space name of the specified object.- Default Value:
- next2d.filters.BevelFilter
ぼかしの実行回数です。
The number of times to perform the blur.- Default Value:
- 1
アルファ透明度の値です。
The alpha transparency value for the color.- Default Value:
- 1
グローのカラー
The color of the glow.- Default Value:
- 0
インプリントの強さまたは広がりです。
The strength of the imprint or spread.- Default Value:
- 1
オブジェクトでのベベルの配置
The placement of the bevel on the object.- Default Value:
- BitmapFilterType.INNER
Methods
指定されたクラスのストリングを返します。
Returns the string representation of the specified class.- Default Value:
- [class BevelFilter]
Returns:
Type Description string オブジェクトのコピーを返します。
Returns a copy of this filter object.Returns:
Type Description BevelFilter 指定されたオブジェクトのストリングを返します。
Returns the string representation of the specified object.- Default Value:
- [object BevelFilter]
Returns:
Type Description string