Class aaoh.kaze.Color
Defined in: <lib\aaoh.kaze-core.js>.
Constructor Attributes | Constructor Name and Description |
---|---|
aaoh.kaze.Color(color)
Color。
|
Method Attributes | Method Name and Description |
---|---|
setColor(color)
色の設定。
|
|
toHex()
色の取得(16進数)。
|
|
toName()
色の取得(名称)。
|
|
toRgb()
色の取得(10進数)。
|
Method Detail
setColor(color)
色の設定。
- Parameters:
- {String|aaoh.kaze.Color} color
- 色設定
{String}
toHex()
色の取得(16進数)。
- Returns:
- {String} 色設定
{String}
toName()
色の取得(名称)。
- Returns:
- {String} 色設定
{String}
toRgb()
色の取得(10進数)。
- Returns:
- {String} 色設定