Class: GlowFilter

GlowFilter

Next2Dのフィルターと連動したGlowFilterクラス
GlowFilter class in conjunction with Next2D filters

new filter.GlowFilter (object)

NameTypeDefaultDescription
objectobjectnulloptional

Extends

  • Filter

Members

alpha number

アルファ透明度の値です。
The alpha transparency value for the color.

Default Value:
  • 1

color number

グローのカラー
The color of the glow.

Default Value:
  • 4

inner boolean

グローが内側グローであるかどうか
Specifies whether the glow is an inner glow.

Default Value:
  • true

knockout boolean

オブジェクトにノックアウト効果を適用するかどうか
Specifies whether the object has a knockout effect.

Default Value:
  • true

strength number

インプリントの強さまたは広がりです。
The strength of the imprint or spread.

Default Value:
  • 1

Methods

createInstance ()window.next2d.filters.GlowFilter

Next2DのGlowFilterを生成
Generate Next2D GlowFilter

Returns:
TypeDescription
window.next2d.filters.GlowFilter

isSame (filter)boolean

指定されたフィルターと同一の設定がないか判定
Determine if there are any settings identical to the specified filter

NameTypeDescription
filterGlowFilter
Returns:
TypeDescription
boolean

toObject ()object

クラス内の変数をObjectにして返す
Return variables in a class as Objects

Returns:
TypeDescription
object

toParamArray ()array

クラス内の変数を配列にして返す
Returns an array of variables in the class

Returns:
TypeDescription
array