★Canvasリファレンス

結果はどのようにランク付けされますか?
順位はどのように決まるのでしょうか?
2Ranking the results of your bets can be a complex task depending on your specific situation and goals. There are many different ways to rank betting results, and the choice of method often depends on what you want to achieve. The general approach for ranking betting results is as follows:
Read in-detail

私たちはカジノサイトを独自にレビューしています。当社のリンクを通じてサインアップすると、追加料金なしで当社に手数料が発生する場合があります。

context . globalAlpha = 透明度 …… 図形やイメージの透明度を指定する
Internet Explorer9
Firefox2Firefox3Firefox4
Google Chrome1Google Chrome2Google Chrome3Google Chrome4Google Chrome5Google Chrome6
Safari3Safari4Safari5
Opera9Opera10
広告



globalAlpha属性は、図形やイメージの透明度を指定する際に使用します。

指定できる値は、0.0(完全な透明) ~ 1.0(透明化なし)の範囲の数値です。
この範囲外の数値や数値以外の値を指定しても無視されます。

globalAlpha属性の初期値は 1.0 です。

■引数(値)の説明

透明度
図形やイメージの透明度を0.0(完全な透明) ~ 1.0(透明化なし)の範囲の数値で指定(初期値は1.0)

■使用例

HTML + JavaScriptソース

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>canvasで図形を描く</title>
<script type="text/javascript">
<!--
function test() {
  //描画コンテキストの取得
  var canvas = document.getElementById('sample');
  if (canvas.getContext) {
    var context = canvas.getContext('2d');
    //ここに具体的な描画内容を指定する
    //図形やイメージの透明度を指定する
    context.globalAlpha = 0.5;
    //青い四角形を描く
    context.fillStyle = "rgb(0, 0, 255)";
    context.fillRect(20,20,50,50);
    //赤い四角形を描く
    context.fillStyle = "rgb(255, 0, 0)";
    context.fillRect(40,40,50,50);
  }
}
//-->
</script>
</head>
<body onLoad="test()">
<h2>Canvasで図形を描く</h2>
<canvas width="300" height="150" id="sample" style="background-color:yellow;">
図形を表示するには、canvasタグをサポートしたブラウザが必要です。
</canvas>
</body>
</html>
↓↓↓

ブラウザ上の表示

Canvasで図形を描く


図形を表示するには、canvasタグをサポートしたブラウザが必要です。

■関連項目

<canvas> …… 図形を描くHTML5から追加
広告



カジノファインダー

どのカジノが自分に最適か分からないですか?

Easily find your perfect casino in under a minute, no sign up necessary.