Home
last modified time | relevance | path

Searched refs:alpha (Results 1 – 25 of 332) sorted by relevance

12345678910>>...14

/plugin/statdisplay/pchart/
H A DGridStyle.php25 public function __construct($lineWidth, $mosaic = true, Color $color = null, $alpha = 100) { argument
30 if ($alpha > 100 || $alpha < 0) {
37 $this->alpha = $alpha;
53 return $this->alpha;
59 private $alpha; variable in GridStyle
H A DShadowProperties.php33 static public function FromSettings($xDistance, $yDistance, Color $color, $alpha = 50, $blur = 0) { argument
40 $properties->alpha = $alpha;
58 $other->alpha,
72 $this->color, $this->alpha, $this->blur);
79 public $alpha; variable in ShadowProperties
H A DGDCanvas.php41 if ($alpha == 100) {
51 $shadowProperties->alpha);
393 $shadowProperties->alpha);
416 if ($alpha == 100) {
422 $this->drawAlphaPixel($point, $alpha, $color);
435 * $alpha;
441 * $alpha;
457 $iAlpha = (100 - $alpha) / 100;
458 $alpha = $alpha / 100;
479 if ($alpha == 100) {
[all …]
/plugin/statistics/inc/pchart/
H A DGridStyle.php23 public function __construct($lineWidth, $mosaic = true, Color $color = null, $alpha = 100) { argument
28 if($alpha > 100 || $alpha < 0) {
29 throw new InvalidArgumentException("Bad alpha argument specified to ".__METHOD__);
35 $this->alpha = $alpha;
51 return $this->alpha;
57 private $alpha; variable in GridStyle
H A DShadowProperties.php33 static public function FromSettings($xDistance, $yDistance, Color $color, $alpha = 50, $blur = 0) { argument
40 $properties->alpha = $alpha;
59 $other->alpha,
75 $this->color, $this->alpha, $this->blur
83 public $alpha; variable in ShadowProperties
H A DGDCanvas.php16 $alpha = 100, $lineWidth = 1, $lineDotSize = 0) { argument
39 if($alpha == 100) {
50 $shadowProperties->alpha
53 $AlphaDecay = ($shadowProperties->alpha / $shadowProperties->blur);
64 $shadowProperties->alpha - $AlphaDecay * $i
75 $shadowProperties->alpha - $AlphaDecay * $i
94 imagecopymerge($this->picture, $this->Layers [0], round(min($X1, $X2) - 1), round(min($Y1, $Y2) - 1), 0, 0, $LayerWidth, $LayerHeight, $alpha);
445 public function drawAntialiasPixel(Point $point, Color $color, ShadowProperties $shadowProperties, $alpha = 100) { argument
453 $shadowProperties->alpha
456 $AlphaDecay = ($shadowProperties->alpha /
515 drawAlphaPixel(Point $point, $alpha, Color $color) global() argument
541 allocateColor(Color $color, $Factor = 0, $alpha = 100) global() argument
654 drawFilledPolygon(array $points, $numPoints, Color $color, $alpha = 100) global() argument
[all...]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Conversion/
H A DDecToAlpha.php31 $alpha = chr($c1);
34 $alpha .= chr($c2);
38 $alpha .= chr($c3);
42 $alpha = strtolower($alpha);
45 return $alpha;
/plugin/reflect/
H A Daction.php179 $alpha = hexdec(substr($bgcolor, 6, 2));
186 $alpha = hexdec('00');
193 $alpha = substr($bgcolor, 3, 1);
197 $alpha = hexdec($alpha . $alpha);
207 $alpha = hexdec('00');
215 $alpha = 0;
218 $alpha = floor($alpha / 2);
219 return array('red' => $red, 'green' => $green, 'blue' => $blue, 'alpha' => $alpha );
245 $alpha = ($rgba & 0x7F000000) >> 24;
251 $alpha = max($alpha, $alpha_calc);
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Slides/
H A DSolidFill.php25 public $alpha; variable in Google\\Service\\Slides\\SolidFill
32 public function setAlpha($alpha) argument
34 $this->alpha = $alpha;
41 return $this->alpha;
H A DColorStop.php25 public $alpha; variable in Google\\Service\\Slides\\ColorStop
36 public function setAlpha($alpha) argument
38 $this->alpha = $alpha;
45 return $this->alpha;
H A DShadow.php29 public $alpha; variable in Google\\Service\\Slides\\Shadow
66 public function setAlpha($alpha) argument
68 $this->alpha = $alpha;
75 return $this->alpha;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Transcoder/
H A DImage.php22 public $alpha; variable in Google\\Service\\Transcoder\\Image
30 public function setAlpha($alpha) argument
32 $this->alpha = $alpha;
36 return $this->alpha;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Document/
H A DGoogleTypeColor.php25 public $alpha; variable in Google\\Service\\Document\\GoogleTypeColor
42 public function setAlpha($alpha) argument
44 $this->alpha = $alpha;
51 return $this->alpha;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Vision/
H A DColor.php25 public $alpha; variable in Google\\Service\\Vision\\Color
42 public function setAlpha($alpha) argument
44 $this->alpha = $alpha;
51 return $this->alpha;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/FirebaseCloudMessaging/
H A DColor.php25 public $alpha; variable in Google\\Service\\FirebaseCloudMessaging\\Color
42 public function setAlpha($alpha) argument
44 $this->alpha = $alpha;
51 return $this->alpha;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/HangoutsChat/
H A DColor.php25 public $alpha; variable in Google\\Service\\HangoutsChat\\Color
42 public function setAlpha($alpha) argument
44 $this->alpha = $alpha;
51 return $this->alpha;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
H A DColor.php25 public $alpha; variable in Google\\Service\\Sheets\\Color
42 public function setAlpha($alpha) argument
44 $this->alpha = $alpha;
51 return $this->alpha;
/plugin/xssnipper/
H A Dsyntax.php76 $alpha = explode(' ',$params[2]);
77 $xssnipper['type'] = $alpha[0];
78 $xssnipper['file'] = $alpha[1];
79 $xssnipper['block'] = $alpha[2];
88 $alpha = explode(' ',$params[3]);
89 $xssnipper['type'] = $alpha[0];
90 $xssnipper['file'] = $alpha[1];
91 $xssnipper['block'] = $alpha[2];
/plugin/html2pdf/html2pdf/html2ps/
H A Dvalue.color.php21 function blend($color, $alpha) { argument
22 $this->r += ($color->r - $this->r)*$alpha;
23 $this->g += ($color->g - $this->g)*$alpha;
24 $this->b += ($color->b - $this->b)*$alpha;
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DWatermarkText.php15 $alpha = -1;
17 $alpha = $attr['ALPHA'];
19 $this->mpdf->SetWatermarkText($txt, $alpha);
H A DWatermarkImage.php15 $alpha = -1;
17 $alpha = $attr['ALPHA'];
35 $this->mpdf->SetWatermarkImage($src, $alpha, $size, $pos);
/plugin/translation2/
H A Dstyle.css8 filter: alpha(opacity=30);
14 filter: alpha(opacity=60);
20 filter: alpha(opacity=100);
/plugin/amcharts/assets/amcharts/themes/
H A Dblack.js71 alpha: 0.8, property in AmCharts.themes.black.GaugeArrow
98 alpha: 0.8, property in AmCharts.themes.black.AreasSettings
116 alpha: 0.8 property in AmCharts.themes.black.LinesSettings
120 alpha: 0.8, property in AmCharts.themes.black.ImagesSettings
H A Ddark.js70 alpha: 0.8, property in AmCharts.themes.dark.GaugeArrow
97 alpha: 0.8, property in AmCharts.themes.dark.AreasSettings
115 alpha: 0.8 property in AmCharts.themes.dark.LinesSettings
119 alpha: 0.8, property in AmCharts.themes.dark.ImagesSettings
H A Dlight.js63 alpha: 0.8, property in AmCharts.themes.light.GaugeArrow
90 alpha: 0.8, property in AmCharts.themes.light.AreasSettings
108 alpha: 0.8 property in AmCharts.themes.light.LinesSettings
112 alpha: 0.8, property in AmCharts.themes.light.ImagesSettings

12345678910>>...14