Show page source of aaoh.kaze.Color #70823

== Class aaoh.kaze.Color

{{{ comment
============================== class summary ==========================
}}}




=== Defined in: <aaoh.kaze-core.js>.


{{{ comment
============================== constructor summary ====================
}}}

||*||Class Summary||
||||[aaoh.kaze.Color#constructor aaoh.kaze.Color](color)[[BR]]Color。||


{{{ comment
============================== properties summary =====================
}}}


{{{ comment
============================== methods summary ========================
}}}



||*||Method Summary||
||||[aaoh.kaze.Color#setColor setColor](color)[[BR]]色の設定。||
||||[aaoh.kaze.Color#toHex toHex]()[[BR]]色の取得(16進数)。||
||||[aaoh.kaze.Color#toName toName]()[[BR]]色の取得(名称)。||
||||[aaoh.kaze.Color#toRgb toRgb]()[[BR]]色の取得(10進数)。||






{{{ comment
============================== events summary ========================
}}}


[[BR]]

{{{ comment
============================== constructor details ====================
}}}

== Class Detail #constructor

==== aaoh.kaze.Color(color)

  * Color。




  * Parameters
    * {String}  color
      * 色設定















{{{ comment
============================== field details ==========================
}}}


{{{ comment
============================== method details =========================
}}}

== Method Detail


==== setColor(color) #setColor
  * 色の設定。




  * Parameters
    * {String|aaoh.kaze.Color}  color
      * 色設定















==== {String} toHex() #toHex
  * 色の取得(16進数)。












  * Returns
    * {String}  色設定







==== {String} toName() #toName
  * 色の取得(名称)。












  * Returns
    * {String}  色設定







==== {String} toRgb() #toRgb
  * 色の取得(10進数)。












  * Returns
    * {String}  色設定









{{{ comment
============================== event details =========================
}}}