検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 72 for blue (0.009 sec.)
pixel iterator をリセットする 7231
« ImagickPixelIterator::newPixelRegionIterator ImagickPixelIterator::setIteratorFirstRow » PHP M ... 3 ) { $pixel -> setColorValue (\ Imagick :: COLOR_BLUE , 64 ); /* Make every second pixel a little blue*/ ...
https://man.plustar.jp/php/imagickpixeliterator.resetiterator.html - [similar]
カラーインデックスからカラーを取得する 7105
« imagecolorset imagecolorstotal » PHP Manual GD および Image 関数 カラーインデックスからカラーを ... デックス index に対して適当な値からなる red、green、blue をキーとする連想配列を返します。 変更履歴 バージョ ... うになります。 Array ( [red] => 226 [green] => 222 [blue] => 252 [alpha] => 0 ) 参考 imagecolorat() - ピクセ ...
https://man.plustar.jp/php/function.imagecolorsforindex.html - [similar]
指定した色のインデックスを取得する 6993
« imagecolordeallocate imagecolorexactalpha » PHP Manual GD および Image 関数 指定した色のインデ ... ct ( GdImage $image , int $red , int $green , int $blue ): int 画像パレット中の特定の色のインデックスを返し ... 赤コンポーネントの値。 green 緑コンポーネントの値。 blue 青コンポーネントの値。 戻り値 指定した色の、パレッ ...
https://man.plustar.jp/php/function.imagecolorexact.html - [similar]
指定した色または出来るだけ近い色のインデックスを得る 6993
« imagecolormatch imagecolorresolvealpha » PHP Manual GD および Image 関数 指定した色または出来る ... ve ( GdImage $image , int $red , int $green , int $blue ): int この関数は、指定した色に関するインデックスを ... 赤コンポーネントの値。 green 緑コンポーネントの値。 blue 青コンポーネントの値。 戻り値 色インデックスを返し ...
https://man.plustar.jp/php/function.imagecolorresolve.html - [similar]
指定した色+アルファ値または最も近い色のインデックスを取得する 6993
« imagecolorresolve imagecolorset » PHP Manual GD および Image 関数 指定した色+アルファ値または最 ... ha ( GdImage $image , int $red , int $green , int $blue , int $alpha ): int この関数は、指定した色のインデ ... 赤コンポーネントの値。 green 緑コンポーネントの値。 blue 青コンポーネントの値。 alpha 0 から 127 までの値。 ...
https://man.plustar.jp/php/function.imagecolorresolvealpha.html - [similar]
指定したパレットインデックスの色を設定する 6993
« imagecolorresolvealpha imagecolorsforindex » PHP Manual GD および Image 関数 指定したパレットイ ... $image , int $color , int $red , int $green , int $blue , int $alpha = 0 ): ? bool この関数は、パレット上で ... 赤コンポーネントの値。 green 緑コンポーネントの値。 blue 青コンポーネントの値。 alpha アルファコンポーネント ...
https://man.plustar.jp/php/function.imagecolorset.html - [similar]
変数が既にキャッシュに存在しない場合にのみ変数をユーザーキャッシュに追加する 6993
« wincache_scache_meminfo wincache_ucache_cas » PHP Manual WinCache 関数 変数が既にキャッシュに存 ... る例 <?php $colors_array = array( 'green' => '5' , 'Blue' => '6' , 'yellow' => '7' , 'cyan' => '8' ); var_d ... colors_array )); var_dump ( wincache_ucache_get ( 'Blue' )); ?> 上の例の出力は以下となります。 array(0) { ... } array(4) { ["green"]=> int(-1) ["Blue"]=> int(-1) ["yellow"]=> int(-1) ["cyan"]=> int(-1 ...
https://man.plustar.jp/php/function.wincache-ucache-add.html - [similar]
定義済み定数 6993
« 実行時設定 例 » PHP Manual Gmagick 定義済み定数 定義済み定数 以下の定数が定義されています。 こ ... Gmagick::COLOR_BLACK ( int ) Black Gmagick::COLOR_BLUE ( int ) Blue Gmagick::COLOR_CYAN ( int ) Cyan Gmag ... k from the source to target Gmagick::COMPOSITE_COPYBLUE ( int ) Copies blue from the source to target Gmag ... Gmagick::CHANNEL_MAGENTA ( int ) Gmagick::CHANNEL_BLUE ( int ) Gmagick::CHANNEL_YELLOW ( int ) Gmagick::C ...
https://man.plustar.jp/php/gmagick.constants.html - [similar]
一つ以上の配列を再帰的にマージする 6867
« array_map array_merge » PHP Manual 配列 関数 一つ以上の配列を再帰的にマージする array_merge_re ... y( 10 , "color" => array( "favorite" => "green" , "blue" )); $result = array_merge_recursive ( $ar1 , $ar2 ... orite] => Array ( [0] => red [1] => green ) [0] => blue ) [0] => 5 [1] => 10 ) 参考 array_merge() - ひとつ ...
https://man.plustar.jp/php/function.array-merge-recursive.html - [similar]
部分楕円を描画する 6867
« imageantialias imageavif » PHP Manual GD および Image 関数 部分楕円を描画する imagearc (PHP 4, ... reen = imagecolorallocate ( $img , 0 , 255 , 0 ); $blue = imagecolorallocate ( $img , 0 , 0 , 255 ); // 頭 ... imagearc ( $img , 140 , 75 , 50 , 50 , 0 , 360 , $blue ); // 画像をブラウザに出力します header ( "Content ...
https://man.plustar.jp/php/function.imagearc.html - [similar]
PREV 1 2 3 4 5 6 7 8 NEXT