Searched refs:red (Results 1 – 20 of 20) sorted by relevance
/imagick/tests/ |
H A D | 269_ImagickPixel_setColorFromPixel_basic.phpt | 14 $red = new \ImagickPixel('red'); 16 $backgroundColor->setColorFromPixel($red);
|
H A D | 003_cast_color_opacity.phpt | 11 $im->newImage(100, 100, "red"); 12 $im->tintImage("red", "gray(50%)"); 20 $pixel = new ImagickPixel("red");
|
H A D | 275_ImagickPixel_unitializedObjects.phpt | 36 'isPixelSimilar' => ['red', 0.1], 37 'isPixelSimilarQuantum' => ['red', 100], 38 'isSimilar' => ['red', 0.1], 39 'setColor' => ['red'],
|
H A D | 149_Imagick_sparseColorImage.phpt | 50 $red = $imagickPixel->getColorValue(\Imagick::COLOR_RED); 55 $barycentricPoints[] = $red; 79 array(0.30, 0.10, 'red'), 91 array(0.30, 0.10, 'red'), 104 array(0.30, 0.10, 'red'),
|
H A D | 229_Tutorial_fxAnalyzeImage_case1.phpt | 37 $strokeColor = new \ImagickPixel('red'); 48 foreach ($reds as $red) { 49 $pos = $graphHeight - ($red * $graphHeight / 256);
|
H A D | github_174.phpt | 8 $i->newPseudoImage(1, 1000, "xc:red");
|
H A D | 009_properties.phpt | 12 $im->newPseudoImage(100, 100, "XC:red");
|
H A D | 287_Imagick_GetImageChannelRange_basic.phpt | 29 "Unexpected red minima. Was expecting %s but have %s\n", 36 "Unexpected red maxima. Was expecting %s but have %s\n",
|
H A D | 097_Imagick_newPseudoImage_basic.phpt | 8 $canvasType = 'gradient:red';
|
H A D | 112_Imagick_roundCorners_basic.phpt | 17 $imagick->setBackgroundColor('red');
|
H A D | 258_Imagick_evaluateImages_basic.phpt | 15 $imagick2->newPseudoImage(256, 256, "gradient:red-white");
|
H A D | 081_Imagick_getImageHistogram_basic.phpt | 71 'red' => getColorStatistics($histogramElements, \Imagick::COLOR_RED), 76 $max = array_reduce($colorValues['red'] , $getMax, 0);
|
H A D | 008_newpseudoimage.phpt | 9 $im->newPseudoImage(100, 100, "XC:red");
|
H A D | 267_ImagickDraw_getBorderColor_basic.phpt | 30 $draw->setBorderColor("red");
|
H A D | 025-get-color.phpt | 73 'red', 81 'red',
|
H A D | 049_Imagick_deskewImage_basic.phpt | 36 …>getImageWidth() + $deskewImagick->getImageWidth() + 20, $imagick->getImageHeight(), 'red', 'jpg');
|
H A D | 250_ImagickPixelIterator_resetIterator_basic.phpt | 26 /* Make every second pixel 25% red*/
|
H A D | 031_Imagick_affineTransformImage_basic.phpt | 17 …echo "Channel red is wrong " . $channelStatistics[Imagick::CHANNEL_RED]['mean'] . " vs " . $value.…
|
/imagick/ |
H A D | imagickpixel_class.c | 609 double red, green, blue, alpha; local 622 red = PixelGetRed(internp->pixel_wand); 632 red *= 255; 637 add_assoc_long(return_value, "r", (long) (red > 0.0 ? red + 0.5 : red - 0.5)); 646 add_assoc_double(return_value, "r", red); 654 red *= 255; 660 add_assoc_long(return_value, "r", (long) (red > 0.0 ? red + 0.5 : red - 0.5)); 680 Quantum red, green, blue, alpha; local 692 red = PixelGetRedQuantum(internp->pixel_wand); 699 add_assoc_double(return_value, "r", red); [all …]
|
H A D | ChangeLog | 879 images (you only get red X's). See this posting:
|
Completed in 15 milliseconds