Extends
- Filter
Members
カラー配列内の各色に対応するアルファ透明度の値の配列です。
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
グラデーションで使用する 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
カラー配列内の対応するカラーの色分布比率の配列です。
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
カラー、アルファー、分布比率の配列の値をバリデーションを行い算出
Validated and calculated values for color, alpha, and distribution ratio arraysReturns:
Type Description object Next2DのGradientGlowFilterを生成
Generate Next2D GradientGlowFilterReturns:
Type Description window.next2d.filters.GradientGlowFilter 指定されたフィルターと同一の設定がないか判定
Determine if there are any settings identical to the specified filterName Type Description filter
GradientGlowFilter Returns:
Type Description boolean クラス内の変数をObjectにして返す
Return variables in a class as ObjectsReturns:
Type Description object クラス内の変数を配列にして返す
Returns an array of variables in the classReturns:
Type Description array