ガンマ値を求める


動作ブラウザ 【 IE:3.0  NN:2.0
Internet Explorer Netscape Navigator DreamPassport iCab
3.0x 4.0x 4.5 5.0x 5.5 2.0x 3.0x 4.0x 4.x 6.0 2 3 2.x
Windows - - -
Macintosh - - -
UNIX - - - - - - - -
Dreamcast - - - - - - - - - - -

ポイント h = Math.pow(i,(1 / r));
説  明 ガンマはモニタの色補正に使われていますが、これは「Math.pow(入力値,(1/γ))」で求めることができます。入力値は0〜1の範囲になります。
サンプル <html> <head> <title>ガンマ値を求める</title> </head> <body> <script Language="JavaScript"><!-- function Gamma(r) { w = 1/256; for (i=0; i<1; i+=w) { h = Math.pow(i,(1 / r)); document.write("<img src='chip.gif' width='1' height='"+h*255+"'>"); } } Gamma(2.2); // --></script> </body> </html>
補足説明 なし

■サンプルスクリプトを実行する >>実行
■各ブラウザでの動作結果を見る >>View!

写真素材 PIXTA