typename

書式

HSBColor.typename

説明

HSBColorオブジェクトの種類を文字列で返します。HSBColorオブジェクトの場合、HSBColorの文字列になります。
var str=HSBColor.typename;
alert(str);

目次に戻る