YIQ→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 = Y + 0.9489 * I + 0.6561 * Q; g = Y - 0.2645 * I - 0.6847 * Q; b = Y - 1.1270 * I + 1.8050 * Q;
説  明 YIQからRGBに変換するには以下の計算により求めます。 r = Y + 0.9489 * I + 0.6561 * Q g = Y - 0.2645 * I - 0.6847 * Q b = Y - 1.1270 * I + 1.8050 * Q
サンプル <html> <head> <title>YIQ→RGB</title> <script Language="JavaScript"><!-- function YIQtoRGB() { Y = eval(document.myFORM.y.value); I = eval(document.myFORM.i.value); Q = eval(document.myFORM.q.value); r = Y + 0.9489 * I + 0.6561 * Q; g = Y - 0.2645 * I - 0.6847 * Q; b = Y - 1.1270 * I + 1.8050 * Q; document.myFORM.red.value = r; document.myFORM.green.value = g; document.myFORM.blue.value = b; } // --></script> </head> <body> <form name="myFORM"> Y:<input type="text" name="y"><br> I:<input type="text" name="i"><br> Q:<input type="text" name="q"><br> <input type="button" onClick="YIQtoRGB()" value="RGBに変換"><br> 赤(R):<input type="text" name="red"><br> 緑(G):<input type="text" name="green"><br> 青(B):<input type="text" name="blue"><br> </form> </body> </html>
補足説明 なし

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

写真素材 PIXTA