Class: DisplacementMapFilterMode

DisplacementMapFilterMode

DisplacementMapFilterMode クラスは DisplacementMapFilter クラスの mode プロパティの値を提供します。
The DisplacementMapFilterMode class provides values for the mode property of the DisplacementMapFilter class.

new next2d.filters.DisplacementMapFilterMode ()

Members

next2d.filters.DisplacementMapFilterMode.CLAMP staticconstant

置き換え値をソースイメージのエッジに固定します。
Clamps the displacement value to the edge of the source image.

Default Value:
  • clamp

next2d.filters.DisplacementMapFilterMode.COLOR staticconstant

置き換え値がイメージの外にある場合、color プロパティと
alpha プロパティの値を置き換えます。
If the displacement value is outside the image,
substitutes the values in the color and alpha properties.

Default Value:
  • color

next2d.filters.DisplacementMapFilterMode.IGNORE staticconstant

置き換え値が範囲外である場合、その置き換えを無視して、
ソースピクセルを使用します。
If the displacement value is out of range,
ignores the displacement and uses the source pixel.

Default Value:
  • ignore

next2d.filters.DisplacementMapFilterMode.namespace staticconstant

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

Default Value:
  • next2d.filters.DisplacementMapFilterMode

next2d.filters.DisplacementMapFilterMode.WRAP staticconstant

置き換え値をソースイメージの反対側で折り返します。
Wraps the displacement value to the other side of the source image.

Default Value:
  • wrap

namespace constant

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

Default Value:
  • next2d.filters.DisplacementMapFilterMode

Methods

next2d.filters.DisplacementMapFilterMode.toString ()string static

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

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

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

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