Home
last modified time | relevance | path

Searched refs:Color (Results 1 – 25 of 274) sorted by relevance

1234567891011

/plugin/statistics/inc/pchart/
H A DPalette.php24 0 => new Color(188, 224, 46),
25 1 => new Color(224, 100, 46),
26 2 => new Color(224, 214, 46),
27 3 => new Color(46, 151, 224),
28 4 => new Color(176, 46, 224),
29 5 => new Color(224, 46, 117),
30 6 => new Color(92, 224, 46),
31 7 => new Color(224, 176, 46)
41 * @param Color $color1 start color
42 * @param Color
[all...]
H A DICanvas.php11 function drawRectangle(Point $corner1, Point $corner2, Color $color, $lineWidth, $lineDotSize, ShadowProperties $shadowProperties);
13 function drawFilledRectangle(Point $corner1, Point $corner2, Color $color,
21 Color $color, $lineWidth, $lineDotSize,
25 Color $color, $lineWidth, $lineDotSize,
28 function drawLine(Point $point1, Point $point2, Color $color, $lineWidth, $lineDotSize, ShadowProperties $shadowProperties, Point $boundingBoxMin = null, Point $boundingBoxMax = null);
30 function drawDottedLine(Point $point1, Point $point2, $dotSize, $lineWidth, Color $color, ShadowProperties $shadowProperties, Point $boundingBoxMin = null, Point $boundingBoxMax = null);
32 function drawAntialiasPixel(Point $point, Color $color, ShadowProperties $shadowProperties, $alpha = 100);
34 function drawText($fontSize, $angle, Point $point, Color $color, $fontName, $text, ShadowProperties $shadowProperties);
41 function drawCircle(Point $center, $height, Color $color, ShadowProperties $shadowProperties, $width = null);
43 function drawFilledCircle(Point $center, $height, Color
[all...]
H A DTestCanvas.php20 function drawRectangle(Point $corner1, Point $corner2, Color $color, $lineWidth, $lineDotSize, ShadowProperties $shadowProperties) {
24 function drawFilledRectangle(Point $corner1, Point $corner2, Color $color,
34 Color $color, $lineWidth, $lineDotSize,
40 Color $color, $lineWidth, $lineDotSize,
45 function drawLine(Point $point1, Point $point2, Color $color, $lineWidth, $lineDotSize, ShadowProperties $shadowProperties, Point $boundingBoxMin = null, Point $boundingBoxMax = null) {
49 function drawDottedLine(Point $point1, Point $point2, $dotSize, $lineWidth, Color $color, ShadowProperties $shadowProperties, Point $boundingBoxMin = null, Point $boundingBoxMax = null) {
53 function drawAntialiasPixel(Point $point, Color $color, ShadowProperties $shadowProperties, $alpha = 100) {
57 function drawText($fontSize, $angle, Point $point, Color $color, $fontName, $text, ShadowProperties $shadowProperties) {
66 function drawCircle(Point $center, $height, Color $color, ShadowProperties $shadowProperties, $width = null) {
70 function drawFilledCircle(Point $center, $height, Color
[all...]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
H A DBandingProperties.php22 protected $firstBandColorType = Color::class;
26 protected $footerColorType = Color::class;
30 protected $headerColorType = Color::class;
40 * @param Color
47 * @return Color
68 * @param Color
75 * @return Color
96 * @param Color
103 * @return Color
124 * @param Color
[all …]
H A DTreemapChartColorScale.php22 protected $maxValueColorType = Color::class;
26 protected $midValueColorType = Color::class;
34 protected $noDataColorType = Color::class;
40 * @param Color
47 * @return Color
68 * @param Color
75 * @return Color
96 * @param Color
103 * @return Color
124 * @param Color
[all …]
H A DFilterCriteria.php29 protected $visibleBackgroundColorType = Color::class;
33 protected $visibleForegroundColorType = Color::class;
67 * @param Color
69 public function setVisibleBackgroundColor(Color $visibleBackgroundColor)
74 * @return Color
95 * @param Color
97 public function setVisibleForegroundColor(Color $visibleForegroundColor)
102 * @return Color
H A DSortSpec.php22 protected $backgroundColorType = Color::class;
32 protected $foregroundColorType = Color::class;
42 * @param Color
44 public function setBackgroundColor(Color $backgroundColor)
49 * @return Color
98 * @param Color
100 public function setForegroundColor(Color $foregroundColor)
105 * @return Color
H A DBaselineValueFormat.php30 protected $negativeColorType = Color::class;
36 protected $positiveColorType = Color::class;
72 * @param Color
74 public function setNegativeColor(Color $negativeColor)
79 * @return Color
114 * @param Color
116 public function setPositiveColor(Color $positiveColor)
121 * @return Color
H A DOrgChartSpec.php24 protected $nodeColorType = Color::class;
34 protected $selectedNodeColorType = Color::class;
56 * @param Color
58 public function setNodeColor(Color $nodeColor)
63 * @return Color
112 * @param Color
114 public function setSelectedNodeColor(Color $selectedNodeColor)
119 * @return Color
H A DColorStyle.php22 protected $rgbColorType = Color::class;
30 * @param Color
32 public function setRgbColor(Color $rgbColor)
37 * @return Color
H A DEmbeddedObjectBorder.php22 protected $colorType = Color::class;
28 * @param Color
30 public function setColor(Color $color)
35 * @return Color
H A DWaterfallChartColumnStyle.php22 protected $colorType = Color::class;
32 * @param Color
34 public function setColor(Color $color)
39 * @return Color
/plugin/statdisplay/pchart/
H A DPalette.php15 $palette->colors = array('0' => new Color(188, 224, 46 ),
16 "1" => new Color(224, 100, 46 ),
17 "2" => new Color(224, 214, 46 ),
18 "3" => new Color(46, 151, 224 ),
19 "4" => new Color(176, 46, 224 ),
20 "5" => new Color(224, 46, 117 ),
21 "6" => new Color(92, 224, 46 ),
22 "7" => new Color(224, 176, 46 ) );
27 static public function colorGradientPalette(Color $color1, Color $color2, $shades) {
35 $palette->colors[$i] = new Color($color1->getR() + $RFactor * $i,
[all …]
H A DICanvas.php15 …function drawRectangle(Point $corner1, Point $corner2, Color $color, $lineWidth, $lineDotSize, Sha…
17 function drawFilledRectangle(Point $corner1, Point $corner2, Color $color,
25 Color $color, $lineWidth, $lineDotSize,
29 Color $color, $lineWidth, $lineDotSize,
32 …function drawLine(Point $point1, Point $point2, Color $color, $lineWidth, $lineDotSize, ShadowProp…
34 …function drawDottedLine(Point $point1, Point $point2, $dotSize, $lineWidth, Color $color, ShadowPr…
36 …function drawAntialiasPixel(Point $point, Color $color, ShadowProperties $shadowProperties, $alpha…
38 …function drawText($fontSize, $angle, Point $point, Color $color, $fontName, $text, ShadowPropertie…
45 …function drawCircle(Point $center, $height, Color $color, ShadowProperties $shadowProperties, $wid…
47 …function drawFilledCircle(Point $center, $height, Color $color, ShadowProperties $shadowProperties…
[all …]
H A DTestCanvas.php22 …function drawRectangle(Point $corner1, Point $corner2, Color $color, $lineWidth, $lineDotSize, Sha…
26 function drawFilledRectangle(Point $corner1, Point $corner2, Color $color,
36 Color $color, $lineWidth, $lineDotSize,
42 Color $color, $lineWidth, $lineDotSize,
47 …function drawLine(Point $point1, Point $point2, Color $color, $lineWidth, $lineDotSize, ShadowProp…
51 …function drawDottedLine(Point $point1, Point $point2, $dotSize, $lineWidth, Color $color, ShadowPr…
55 …function drawAntialiasPixel(Point $point, Color $color, ShadowProperties $shadowProperties, $alpha…
59 …function drawText($fontSize, $angle, Point $point, Color $color, $fontName, $text, ShadowPropertie…
68 …function drawCircle(Point $center, $height, Color $color, ShadowProperties $shadowProperties, $wid…
72 …function drawFilledCircle(Point $center, $height, Color $color, ShadowProperties $shadowProperties…
[all …]
/plugin/barcodes/tests/
H A DColorTest.php21 use DokuWiki\Barcodes\Color; alias
27 self::assertInstanceOf("DokuWiki\Barcodes\Color", new Color("#FF0000"));
30 new Color("#XXXXXX");
34 self::assertEquals("123456", (new Color("#123456"))->getHex());
35 self::assertEquals("FEDCBA", (new Color("#FEDCBA"))->getHex());
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DShadowBorder.java14 import java.awt.Color;
54 Color bg = c.getBackground(); in paintBorder()
63 Color mid = bg.darker(); in paintBorder()
64 Color edge = average(mid, bg); in paintBorder()
83 private static Color average(Color c1, Color c2) in average()
88 return new Color(red, green, blue); in average()
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Docs/
H A DOptionalColor.php22 protected $colorType = Color::class;
26 * @param Color
28 public function setColor(Color $color)
33 * @return Color
/plugin/authgooglesheets/vendor/google/apiclient-services/src/HangoutsChat/
H A DGoogleAppsCardV1BorderStyle.php26 protected $strokeColorType = Color::class;
48 * @param Color
50 public function setStrokeColor(Color $strokeColor)
55 * @return Color
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Vision/
H A DGoogleCloudVisionV1p2beta1ColorInfo.php22 protected $colorType = Color::class;
34 * @param Color
36 public function setColor(Color $color)
41 * @return Color
H A DGoogleCloudVisionV1p4beta1ColorInfo.php22 protected $colorType = Color::class;
34 * @param Color
36 public function setColor(Color $color)
41 * @return Color
H A DColorInfo.php22 protected $colorType = Color::class;
34 * @param Color
36 public function setColor(Color $color)
41 * @return Color
H A DGoogleCloudVisionV1p3beta1ColorInfo.php22 protected $colorType = Color::class;
34 * @param Color
36 public function setColor(Color $color)
41 * @return Color
H A DGoogleCloudVisionV1p1beta1ColorInfo.php22 protected $colorType = Color::class;
34 * @param Color
36 public function setColor(Color $color)
41 * @return Color
/plugin/authgooglesheets/vendor/google/apiclient-services/src/FirebaseCloudMessaging/
H A DLightSettings.php22 protected $colorType = Color::class;
34 * @param Color
36 public function setColor(Color $color)
41 * @return Color

1234567891011