Home
last modified time | relevance | path

Searched refs:blue (Results 1 – 8 of 8) sorted by relevance

/imagick/
H A Dimagickpixel_class.c609 double red, green, blue, alpha; local
624 blue = PixelGetBlue(internp->pixel_wand);
634 blue *= 255;
639 add_assoc_long(return_value, "b", (long) (blue > 0.0 ? blue + 0.5 : blue - 0.5));
648 add_assoc_double(return_value, "b", blue);
656 blue *= 255;
662 add_assoc_long(return_value, "b", (long) (blue > 0.0 ? blue + 0.5 : blue - 0.5));
680 Quantum red, green, blue, alpha; local
694 blue = PixelGetBlueQuantum(internp->pixel_wand) ;
701 add_assoc_double(return_value, "b", blue);
[all …]
/imagick/tests/
H A D149_Imagick_sparseColorImage.phpt52 $blue = $imagickPixel->getColorValue(\Imagick::COLOR_BLUE);
57 $barycentricPoints[] = $blue;
80 array(0.10, 0.80, 'blue'),
105 array(0.10, 0.80, 'blue'),
H A D171_ImagickPixel_setColorValue_basic.phpt13 $color = new \ImagickPixel('blue');
H A D172_ImagickPixel_setColorValueQuantum_basic.phpt15 $color = new \ImagickPixel('blue');
H A D081_Imagick_getImageHistogram_basic.phpt73 'blue' => getColorStatistics($histogramElements, \Imagick::COLOR_BLUE),
78 $max = array_reduce($colorValues['blue'] , $getMax, $max);
H A D169_ImagickPixel_construct_basic.phpt49 $image->newImage(350, 350, "blue");
H A D250_ImagickPixelIterator_resetIterator_basic.phpt42 … $pixel->setColorValue(\Imagick::COLOR_BLUE, 64); /* Make every second pixel a little blue*/
H A D031_Imagick_affineTransformImage_basic.phpt23 …echo "Channel blue is wrong " . $channelStatistics[Imagick::CHANNEL_BLUE]['mean'] . " vs " . $valu…

Completed in 7 milliseconds