Name | Type | Default | Description |
---|---|---|---|
distance | number | 4.0 | optional |
angle | number | 45 | optional |
colors | array | null | optional |
alphas | array | null | optional |
ratios | array | null | optional |
blur_x | number | 4.0 | optional |
blur_y | number | 4.0 | optional |
strength | number | 1 | optional |
quality | number | 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.GradientBevelFilter
カラー配列内の各色に対応するアルファ透明度の値の配列です。
An array of alpha transparency values
for the corresponding colors in the colors array.- Default Value:
- null
シャドウの角度
The angle of the shadow.- Default Value:
- 45
水平方向のぼかし量。
The amount of horizontal blur.- Default Value:
- 4
垂直方向のぼかし量。
The amount of vertical blur.- Default Value:
- 4
グラデーションで使用する RGB 16 進数カラー値の配列です。
An array of RGB hexadecimal color values to use in the gradient.- Default Value:
- null
シャドウのオフセット距離です。
The offset distance for the shadow, in pixels.- Default Value:
- 4
オブジェクトにノックアウト効果を適用するかどうか
Specifies whether the object has a knockout effect.- Default Value:
- false
指定されたオブジェクトの空間名を返します。
Returns the space name of the specified object.- Default Value:
- next2d.filters.GradientBevelFilter
ぼかしの実行回数です。
The number of times to perform the blur.- Default Value:
- 1
カラー配列内の対応するカラーの色分布比率の配列です。
An array of color distribution ratios
for the corresponding colors in the colors array.- Default Value:
- null
インプリントの強さまたは広がりです。
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 GradientBevelFilter]
Returns:
Type Description string オブジェクトのコピーを返します。
Returns a copy of this filter object.Returns:
Type Description GradientBevelFilter 指定されたオブジェクトのストリングを返します。
Returns the string representation of the specified object.- Default Value:
- [object GradientBevelFilter]
Returns:
Type Description string