Home
last modified time | relevance | path

Searched refs:Color (Results 26 – 50 of 274) sorted by relevance

1234567891011

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
H A DHistogramSeries.php22 protected $barColorType = Color::class;
30 * @param Color
32 public function setBarColor(Color $barColor)
37 * @return Color
H A DBorder.php22 protected $colorType = Color::class;
36 * @param Color
38 public function setColor(Color $color)
43 * @return Color
H A DInterpolationPoint.php22 protected $colorType = Color::class;
36 * @param Color
38 public function setColor(Color $color)
43 * @return Color
H A DBasicSeriesDataPointStyleOverride.php22 protected $colorType = Color::class;
34 * @param Color
36 public function setColor(Color $color)
41 * @return Color
H A DTextFormat.php34 protected $foregroundColorType = Color::class;
96 * @param Color
98 public function setForegroundColor(Color $foregroundColor)
103 * @return Color
H A DSlicerSpec.php26 protected $backgroundColorType = Color::class;
64 * @param Color
66 public function setBackgroundColor(Color $backgroundColor)
71 * @return Color
H A DSheetProperties.php46 protected $tabColorType = Color::class;
154 * @param Color
156 public function setTabColor(Color $tabColor)
161 * @return Color
H A DBasicChartSeries.php23 protected $colorType = Color::class;
47 * @param Color
49 public function setColor(Color $color)
54 * @return Color
H A DCellFormat.php22 protected $backgroundColorType = Color::class;
58 * @param Color
60 public function setBackgroundColor(Color $backgroundColor)
65 * @return Color
H A DTreemapChartSpec.php26 protected $headerColorType = Color::class;
82 * @param Color
84 public function setHeaderColor(Color $headerColor)
89 * @return Color
H A DBubbleChartSpec.php22 protected $bubbleBorderColorType = Color::class;
56 * @param Color
58 public function setBubbleBorderColor(Color $bubbleBorderColor)
63 * @return Color
/plugin/authgooglesheets/vendor/google/apiclient-services/src/HangoutsChat/
H A DGoogleAppsCardV1Button.php26 protected $colorType = Color::class;
56 * @param Color
58 public function setColor(Color $color)
63 * @return Color
/plugin/barcodes/
H A Dsyntax.php25 use DokuWiki\Barcodes\Color; alias
63 …butes->color = $barcode->attributes()['color'] ? Color::str2hex($barcode->attributes()['color']) :…
64 …ackground-color'] ? Color::str2hex($barcode->attributes()['background-color']) : ($this->getConf('…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Transcoder/
H A DPreprocessingConfig.php24 protected $colorType = Color::class;
50 * @param Color
52 public function setColor(Color $color)
57 * @return Color
H A DColor.php20 class Color extends \Google\Model class
53 class_alias(Color::class, 'Google_Service_Transcoder_Color');
/plugin/mobiletable/
H A DREADME.md12 <th> Name </th><th> Color </th><th> Size </th><th> Speed </th>
24 ^ Name ^ Color ^ Size ^ Speed ^
37 <td> Color </td><td> Red </td>
49 <td> Color </td><td> Green </td>
65 ^ Name ^ Color ^ Size ^ Speed ^
78 <td> Color </td><td> Red </td>
90 <td> Color </td><td> Green </td>
105 ^ Name ^ Color ^ Size ^ Speed ^
141 !^ Name ^! Color ^ Size ^ Speed ^
/plugin/diagramsnet/lib/mxgraph/css/
H A Dexplorer.css3 Color='#A2A2A2', Positive='true');
7 Color='#C0C0C0', Positive='true');
11 Color='#C0C0C0', Positive='true');
/plugin/barcodes/lib/
H A DColor.php25 class Color { class
44 return new Color($str);
48 return (new Color($str))->getHex();
/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.border.color.inc.php12 $this->_defaultValue = new BorderColor(new Color(array(0,0,0), true),
13 new Color(array(0,0,0), true),
14 new Color(array(0,0,0), true),
15 new Color(array(0,0,0), true));
H A Dvalue.color.php5 class Color extends CSSValue { class
6 function Color($rgb = array(0,0,0), $transparent = true) { function in Color
28 $color =& new Color();
H A Dvalue.border.edge.class.php23 $default_color =& new Color(array(0,0,0), true);
67 $edge->color =& new Color($data['color'], is_transparent($data['color']));
149 $color->blend(new Color(array(255,255,255), false), HILIGHT_COLOR_ALPHA);
170 $color->blend(new Color(array(255,255,255), false), HILIGHT_COLOR_ALPHA);
186 $color->blend(new Color(array(255,255,255), false), HILIGHT_COLOR_ALPHA);
213 $color->blend(new Color(array(255,255,255), false), HILIGHT_COLOR_ALPHA);
233 $color->blend(new Color(array(255,255,255), false), HILIGHT_COLOR_ALPHA);
256 $color->blend(new Color(array(255,255,255), false), HILIGHT_COLOR_ALPHA);
/plugin/statistics/inc/pchart/
H A DColor.php23 * Color is an immutable class, so all mutator methods return a new
24 * Color instance rather than modifying this instance.
30 class Color { class
79 * @return Color
84 return new Color('#'.substr(md5($rand),0,6));
134 $incremented = new Color($this->r, $this->g, $this->b);
149 return sprintf("Color<%d, %d, %d>", $this->r, $this->g, $this->b);
/plugin/statdisplay/helper/
H A Dgraph.php231 $DataSet, new ScaleStyle(SCALE_NORMAL, new Color(127)),
238 $Chart->drawTreshold($avg, new Color(128, 0, 0));
241 $Chart->drawTitle(10, 10, $this->getLang('t_usertraffic') . ' (MB)', new Color(0), 590, 30);
283 $DataSet, new ScaleStyle(SCALE_NORMAL, new Color(127)),
292 $Chart->drawLegend(500, 40, $DataSet->GetDataDescription(), new Color(250));
295 $Chart->drawTitle(10, 10, $title, new Color(0), 590, 30);
310 $Chart->drawTitle(0, 0, $title, new Color(128, 0, 0), 300, 40);
/plugin/statistics/inc/
H A DStatisticsGraph.class.php61 new Color(250)
136 $DataSet, new ScaleStyle(SCALE_NORMAL, new Color(127)),
207 $DataSet, new ScaleStyle(SCALE_NORMAL, new Color(127)),
240 $DataSet, new ScaleStyle(SCALE_NORMAL, new Color(127)),
300 $DataSet, new ScaleStyle(SCALE_NORMAL, new Color(127)),
310 new Color(250)
350 $DataSet, new ScaleStyle(SCALE_NORMAL, new Color(127)),
360 new Color(250)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Docs/
H A DColor.php20 class Color extends \Google\Model class
42 class_alias(Color::class, 'Google_Service_Docs_Color');

1234567891011