Class: RubyOSBXL::Charts::ChartTextReflectionFormat

Inherits:
Object
  • Object
show all
Defined in:
lib/rubyosbxl.rb

Overview

チャートテキストの反射効果を扱うクラスです。

Instance Method Summary collapse

Instance Method Details

#getBlurNumeric

影のぼかしの度合いを取得します。

Returns:

  • (Numeric)

    影のぼかしの度合い

#getDistanceNumeric

影の距離を取得します。

Returns:

  • (Numeric)

    影の距離

#getSizeNumeric

影のサイズを取得します。

Returns:

  • (Numeric)

    影のサイズ

#getTransparencyNumeric

影の透明度を取得します。

Returns:

  • (Numeric)

    影の透明度

#resetvoid

反射をなくします。

#setReflection(ptype, transParency = -1.0,, size = -1.0,, blur = -1.0,, distance = -1.0) ⇒ void

反射を設定します。

Parameters:

  • ptype (RubyOSBXL::Enums::XlPresetRefrectionType)

    プリセット反射効果種類

  • transParency (Numeric) (defaults to: -1.0,)

    影の透明度

  • size (Numeric) (defaults to: -1.0,)

    影のサイズ

  • blur (Numeric) (defaults to: -1.0,)

    影のぼかしの度合い

  • distance (Numeric) (defaults to: -1.0)

    影の距離