検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 96 for red (0.005 sec.)
指定した色のインデックスを取得する 6369
« imagecolordeallocate imagecolorexactalpha » PHP Manual GD および Image 関数 指定した色のインデ ... 得する 説明 imagecolorexact ( GdImage $image , int $red , int $green , int $blue ): int 画像パレット中の特 ... のような画像作成関数が返す GdImage オブジェクト。 red 赤コンポーネントの値。 green 緑コンポーネントの値。 ...
https://man.plustar.jp/php/function.imagecolorexact.html - [similar]
指定した色または出来るだけ近い色のインデックスを得る 6369
« imagecolormatch imagecolorresolvealpha » PHP Manual GD および Image 関数 指定した色または出来る ... 得る 説明 imagecolorresolve ( GdImage $image , int $red , int $green , int $blue ): int この関数は、指定し ... のような画像作成関数が返す GdImage オブジェクト。 red 赤コンポーネントの値。 green 緑コンポーネントの値。 ...
https://man.plustar.jp/php/function.imagecolorresolve.html - [similar]
指定した色+アルファ値または最も近い色のインデックスを取得する 6369
« imagecolorresolve imagecolorset » PHP Manual GD および Image 関数 指定した色+アルファ値または最 ... 説明 imagecolorresolvealpha ( GdImage $image , int $red , int $green , int $blue , int $alpha ): int この関 ... のような画像作成関数が返す GdImage オブジェクト。 red 赤コンポーネントの値。 green 緑コンポーネントの値。 ...
https://man.plustar.jp/php/function.imagecolorresolvealpha.html - [similar]
指定したパレットインデックスの色を設定する 6369
« imagecolorresolvealpha imagecolorsforindex » PHP Manual GD および Image 関数 指定したパレットイ ... imagecolorset ( GdImage $image , int $color , int $red , int $green , int $blue , int $alpha = 0 ): ? boo ... mage オブジェクト。 color パレットのインデックス。 red 赤コンポーネントの値。 green 緑コンポーネントの値。 ...
https://man.plustar.jp/php/function.imagecolorset.html - [similar]
透明色を定義する 6369
« imagecolorstotal imageconvolution » PHP Manual GD および Image 関数 透明色を定義する imagecolo ... 作成します $im = imagecreatetruecolor ( 55 , 30 ); $red = imagecolorallocate ( $im , 255 , 0 , 0 ); $black ... ます imagefilledrectangle ( $im , 4 , 4 , 50 , 25 , $red ); // 画像を保存します imagepng ( $im , './imageco ...
https://man.plustar.jp/php/function.imagecolortransparent.html - [similar]
定義済み定数 6369
« 実行時設定 例 » PHP Manual Gmagick 定義済み定数 定義済み定数 以下の定数が定義されています。 こ ... Gmagick::COLOR_GREEN ( int ) Green Gmagick::COLOR_RED ( int ) Red Gmagick::COLOR_YELLOW ( int ) Yellow G ... y from the source to target Gmagick::COMPOSITE_COPYRED ( int ) Copies red from the source to target Gmagi ... magick::CHANNEL_UNDEFINED ( int ) Gmagick::CHANNEL_RED ( int ) Gmagick::CHANNEL_GRAY ( int ) Gmagick::CHA ... ALTONOISERATIO ( int ) Gmagick::METRIC_ROOTMEANSQUAREDERROR ( int ) Pixel constants Gmagick::PIXEL_CHAR ( ...
https://man.plustar.jp/php/gmagick.constants.html - [similar]
プリペアドステートメントを実行する 6369
« PDOStatement::errorInfo PDOStatement::fetch » PHP Manual PDOStatement プリペアドステートメント ... ステートメントの実行 */ $calories = 150 ; $colour = 'red' ; $sth = $dbh -> prepare ( 'SELECT name, colour, ... ステートメントの実行 */ $calories = 150 ; $colour = 'red' ; $sth = $dbh -> prepare ( 'SELECT name, colour, ... ステートメントの実行 */ $calories = 150 ; $colour = 'red' ; $sth = $dbh -> prepare ( 'SELECT name, colour, ...
https://man.plustar.jp/php/pdostatement.execute.html - [similar]
一つ以上の配列を再帰的にマージする 6277
« array_map array_merge » PHP Manual 配列 関数 一つ以上の配列を再帰的にマージする array_merge_re ... php $ar1 = array( "color" => array( "favorite" => "red" ), 5 ); $ar2 = array( 10 , "color" => array( "fav ... ( [color] => Array ( [favorite] => Array ( [0] => red [1] => green ) [0] => blue ) [0] => 5 [1] => 10 ) ...
https://man.plustar.jp/php/function.array-merge-recursive.html - [similar]
部分楕円を描画する 6277
« imageantialias imageavif » PHP Manual GD および Image 関数 部分楕円を描画する imagearc (PHP 4, ... = imagecolorallocate ( $img , 255 , 255 , 255 ); $red = imagecolorallocate ( $img , 255 , 0 , 0 ); $gree ... gearc ( $img , 100 , 100 , 150 , 150 , 25 , 155 , $red ); // 左右の目を描きます imagearc ( $img , 60 , 75 ...
https://man.plustar.jp/php/function.imagearc.html - [similar]
画像で使用する色を作成する 6277
« imagecharup imagecolorallocatealpha » PHP Manual GD および Image 関数 画像で使用する色を作成す ... する 説明 imagecolorallocate ( GdImage $image , int $red , int $green , int $blue ): int | false 指定した R ... のような画像作成関数が返す GdImage オブジェクト。 red 赤コンポーネントの値。 green 緑コンポーネントの値。 ...
https://man.plustar.jp/php/function.imagecolorallocate.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT