typename

書式

RGBColor.typename

説明

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

目次に戻る