Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

CanvasGradient

CanvasGradientCanvasRenderingContext2D インターフェースの createLinearGradient メソッド及び createRadialGradient メソッドによって返される、グラデーションを表す不透明オブジェクトです。

メソッド

void addColorStop (in float offset, in DOMString color)

注記

Gecko 5.0 note
(Firefox 5.0 / Thunderbird 5.0 / SeaMonkey 2.2)

Gecko 5.0 (Firefox 5.0 / Thunderbird 5.0 / SeaMonkey 2.2) よりサポートされ、後に策定が進められた HTML5 仕様書への追従として以下の修正が加えられています。

  • グラデーションカラー追加の為の addColorStop() メソッドに有効でない引数が指定された場合、SYNTAX_ERR でなく INDEX_SIZE_ERR がスローされるように変更された。

仕様書

ドキュメントのタグと貢献者

タグ: 
 このページの貢献者: ethertank
 最終更新者: ethertank,