Class: RubyOSBXL::Charts::ChartTextGlowFormat

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

Overview

チャートのテキストの光彩を扱うクラスです。

Instance Method Summary collapse

Instance Method Details

#getColorRubyOSBXL::Dto::ColorFormatObject

光彩色を取得します。

Returns:

#getSizeNumeric

光彩のサイズを取得します。

Returns:

  • (Numeric)

    光彩のサイズ

#getTransparencyNumeric

光彩の透明度を取得します。

Returns:

  • (Numeric)

    光彩の透明度

#resetvoid

光彩を初期値に戻します。

#setGlow(color, size, transParency = 0.0) ⇒ void

光彩を設定します。

Parameters: