グレー→RGB


動作ブラウザ 【 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 - - - - - - - - - - -

ポイント r = G; g = G; b = G;
説  明 グレー値からRGB値は、それぞれの色に等価なので変換するにはグレー値を、そのまま各色RGBに代入します。
サンプル <html> <head> <title>グレー→RGB</title> <script Language="JavaScript"><!-- function GRAYtoRGB() { G = eval(document.myFORM.gray.value); r = G; g = G; b = G; document.myFORM.red.value = r; document.myFORM.blue.value = g; document.myFORM.green.value = b; } // --></script> </head> <body> <form name="myFORM"> グレー:<input type="text" name="gray"><br>   赤:<input type="text" name="red"><br>   緑:<input type="text" name="green"><br>   青:<input type="text" name="blue"><br>     <input type="button" onClick="GRAYtoRGB()" value="グレーからRGBに変換"><br> </form> </body> </html>
補足説明 なし

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

写真素材 PIXTA