Results of 1 - 10 of about 83 for ImagickPixel (0.003 sec.)
- ImagickPixel クラス 10691
- « ImagickDraw::translate ImagickPixel::clear » PHP Manual ImageMagick ImagickPixel クラス ImagickPixel
...
(PECL imagick 2, PECL imagick 3) クラス概要 class ImagickPixel { public clear (): bool public __construct ( strin ...
ay public getIndex (): int public isPixelSimilar ( ImagickPixel $color , float $fuzz ): bool public isPixelSimilar ...
olor , string $fuzz = ? ): bool public isSimilar ( ImagickPixel $color , float $fuzz ): bool public setColor ( str ...
: bool public setIndex ( int $index ): bool } 目次 ImagickPixel::clear — このオブジェクトに関連付けられたリソースを ...
-
https://man.plustar.jp/php/class.imagickpixel.html
- [similar]
- Check the distance between this color and another 9523
- « ImagickPixel::getIndex ImagickPixel::isPixelSimilarQuantum » PHP Manual ImagickPixel Check the
...
distance between this color and another ImagickPixel::isPixelSimilar (PECL imagick 3 >= 3.3.0) ImagickP ...
istance between this color and another 説明 public ImagickPixel::isPixelSimilar ( ImagickPixel $color , float $fuz ...
s the distance between the color described by this ImagickPixel object and that of the provided object, by plottin ...
iven, the colors are similar. This method replaces ImagickPixel::isSimilar() and correctly normalises the fuzz val ...
-
https://man.plustar.jp/php/imagickpixel.ispixelsimilar.html
- [similar]
- 色を文字列で返す 9401
- « ImagickPixel::getColor ImagickPixel::getColorCount » PHP Manual ImagickPixel 色を文字列で返す
...
AsString (PECL imagick 2 >= 2.1.0, PECL imagick 3) ImagickPixel::getColorAsString — 色を文字列で返す 説明 public I ...
magickPixel::getColorAsString (): string ImagickPixel オブジェクトの色を文字列で返します。 パラメータ こ ...
の関数にはパラメータはありません。 戻り値 ImagickPixel オブジェクトの色を文字列で返します。 例 例1 基本的 ...
String() の使用例 <?php // 定義済みの色 'brown' で ImagickPixel を作ります $color = new ImagickPixel ( 'brown' ); ...
-
https://man.plustar.jp/php/imagickpixel.getcolorasstring.html
- [similar]
- ImagickPixel オブジェクトの HSL カラーを正規化したものを返す 9401
- « ImagickPixel::getColorValueQuantum ImagickPixel::getIndex » PHP Manual ImagickPixel ImagickPixel
...
el オブジェクトの HSL カラーを正規化したものを返す ImagickPixel::getHSL (PECL imagick 2, PECL imagick 3) ImagickPi ...
xel::getHSL — ImagickPixel オブジェクトの HSL カラーを正規化したものを返す 説 ...
明 public ImagickPixel::getHSL (): array ImagickPixel オブジェクトの HSL ...
というキーに保持する配列を返します。 失敗した場合に ImagickPixelException をスローします。 例 例1 基本的な Imagick: ...
-
https://man.plustar.jp/php/imagickpixel.gethsl.html
- [similar]
- ImagickPixel のコンストラクタ 9360
- « ImagickPixel::clear ImagickPixel::destroy » PHP Manual ImagickPixel ImagickPixel のコンストラク
...
タ ImagickPixel::__construct (PECL imagick 2, PECL imagick 3) Imag ...
ickPixel::__construct — ImagickPixel のコンストラクタ 説明 public ImagickPixel::__const ...
はありません。引数のリストのみが 記述されています。 ImagickPixel オブジェクトを作成します。color を指定した場合は、 ...
る色を表すオプションの文字列。 戻り値 成功した場合に ImagickPixel オブジェクトを返します。 失敗した場合に ImagickPix ...
-
https://man.plustar.jp/php/imagickpixel.construct.html
- [similar]
- Description 9360
- « ImagickPixel::getColorValue ImagickPixel::getHSL » PHP Manual ImagickPixel Description ImagickPixel
...
eQuantum (PECL imagick 2 >= 2.3.0, PECL imagick 3) ImagickPixel::getColorValueQuantum — Description 説明 public Im ...
t | float Gets the quantum value of a color in the ImagickPixel. Return value is a float if ImageMagick was compil ...
k was compiled with HDRI, otherwise an int. 例 例1 ImagickPixel::getColorValueQuantum() <?php $color = new \ Imagi ...
n , $colorBlue , $colorAlpha ); ?> 関連キーワード: ImagickPixel , Description , getColorValueQuantum , int , imagi ...
-
https://man.plustar.jp/php/imagickpixel.getcolorvaluequantum.html
- [similar]
- 色を設定する 9360
- « ImagickPixel::isSimilar ImagickPixel::setColorCount » PHP Manual ImagickPixel 色を設定する ImagickPixel
...
ckPixel::setColor (PECL imagick 2, PECL imagick 3) ImagickPixel::setColor — 色を設定する 説明 public ImagickPixel: ...
りません。引数のリストのみが 記述されています。 この ImagickPixel オブジェクトの色を、文字列 (たとえば "blue"、"#000 ...
0,10)" などの形式) で設定します。 パラメータ color ImagickPixel オブジェクトを初期化する際に使用する色。 戻り値 色 ...
true 、それ以外の場合に false を返します。 例 例1 ImagickPixel::setColor() <?php function setColor () { $draw = n ...
-
https://man.plustar.jp/php/imagickpixel.setcolor.html
- [similar]
- この色に関連付けられている色カウントを返す 9306
- « ImagickPixel::getColorAsString ImagickPixel::getColorQuantum » PHP Manual ImagickPixel この色に
...
関連付けられている色カウントを返す ImagickPixel::getColorCount (PECL imagick 2, PECL imagick 3) Im ...
の色に関連付けられている色カウントを返す 説明 public ImagickPixel::getColorCount (): int この色に関連付けられている色 ...
カウントを返します。 色カウントとは、画像内でこの ImagickPixel と同じ色を持つピクセル数のことです。 ImagickPixel: ...
lorCount は、Imagick::getImageHistogram() で作った ImagickPixel オブジェクトに対してのみ機能します。 パラメータ こ ...
-
https://man.plustar.jp/php/imagickpixel.getcolorcount.html
- [similar]
- Description 9047
- « ImagickPixel::setColor ImagickPixel::setColorValue » PHP Manual ImagickPixel Description ImagickPixel
...
el::setColorCount (PECL imagick 2, PECL imagick 3) ImagickPixel::setColorCount — Description 説明 public ImagickPi ...
合に true を返します。 関連キーワード: Description , ImagickPixel , setColorCount , imagick , colorCount , setColor ...
-
https://man.plustar.jp/php/imagickpixel.setcolorcount.html
- [similar]
- Description 8979
- « ImagickPixel::getHSL ImagickPixel::isPixelSimilar » PHP Manual ImagickPixel Description ImagickPixel
...
getIndex (PECL imagick 2 >= 2.3.0, PECL imagick 3) ImagickPixel::getIndex — Description 説明 public ImagickPixel:: ...
はありません。 戻り値 関連キーワード: Description , ImagickPixel , getIndex , imagick , パラメータ , getHSL , isPix ...
-
https://man.plustar.jp/php/imagickpixel.getindex.html
- [similar]