ImageColorAllocate - »öÀÇ ÁöÁ¤ |
|
|
 |
14³â Àü |
»ö ±¸ºÐÀÚ = ImageColorAllocate (À̹ÌÁö ±¸ºÐÀÚ, R, G, B);
<?
$image = ImageCreate (300, 300); // »çÀÌÁî°¡ 300x300ÀÎ À̹ÌÁö »ý¼º
$color_blue = ImageColorAllocate ($image, 0, 0, 255); // ÆÄ¶õ»öÀ» ¼³Á¤
ImageGif ($image); // À̹ÌÁö Ãâ·Â
ImageDestroy ($image); // ¸Þ¸ð¸®¿¡¼ À̹ÌÁö Á¦°Å
?>
ÆÄ¶õ»öÀÇ À̹ÌÁö »ý¼º |
|
̵̧ : 417 |
̵̧
¸ñ·Ï
|
|