Home
last modified time | relevance | path

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

1234567891011

/plugin/achart/assets/
H A Dapexcharts.min.js6Color=function(e){var i,s;this.r=0,this.g=0,this.b=0,e&&("string"==typeof e?a.regex.isRgb.test(e)?…
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/data/
H A Dvocab.bpe41076 Color ado
42216 Text Color
/plugin/amcharts/assets/amcharts/plugins/export/
H A DREADME.md506 …"color": "#000000", // Color of the pencil, line, text and shapes when entering the annotation mode
H A Dexport.css237 * Menu; Color picker
H A Dexport.js241 rgba = new fabric.Color( _this.drawing.color ).getSource();
259 rgba = new fabric.Color( cfg.color ).getSource();
1706 var attrRGBA = fabric.Color.fromHex( attrVal ).getSource();
1711 attrRGBA = fabric.Color.fromHex( "#000000" ).getSource();
1858 value = fabric.Color.fromRgba( value );
H A Dexport.min.js1Color(c.drawing.color).getSource(),h.pop(),h.push(c.drawing.opacity),c.drawing.color="rgba("+h.joi…
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
H A Dfabric.js4378 if (fabric.Color) {
4393 function Color(color) { function
4402 fabric.Color = Color;
4660 fabric.Color.colorNameMap = {
4713 return Color.fromSource(Color.sourceFromRgb(color));
4746 fabric.Color.fromRgba = Color.fromRgb;
4755 return Color.fromSource(Color.sourceFromHsl(color));
4805 fabric.Color.fromHsla = Color.fromHsl;
4815 return Color.fromSource(Color.sourceFromHex(color));
4826 if (color.match(Color.reHex)) {
[all …]
H A Dfabric.min.js2Color(attributes[attr]);attributes[attr]=color.setAlpha(toFixed(color.getAlpha()*attributes[colorA… class in fabric
4Color.fromHsl=function(color){return Color.fromSource(Color.sourceFromHsl(color))};fabric.Color.so…
5 …ndomInt(Math.max(0,this.width-20),this.width+20)/2,circleColor=new fabric.Color(this.color).setAlp…
6 …2=options.r2}for(var position in options.colorStops){var color=new fabric.Color(options.colorStops…
11Color(this.color).getAlpha()},applyTo:function(canvasEl){var context=canvasEl.getContext("2d"),ima…
/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');
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/FirebaseCloudMessaging/
H A DColor.php20 class Color extends \Google\Model class
98 class_alias(Color::class, 'Google_Service_FirebaseCloudMessaging_Color');
H A DLightSettings.php22 protected $colorType = Color::class;
34 * @param Color
36 public function setColor(Color $color)
41 * @return Color
/plugin/authgooglesheets/vendor/google/apiclient-services/src/HangoutsChat/
H A DColor.php20 class Color extends \Google\Model class
98 class_alias(Color::class, 'Google_Service_HangoutsChat_Color');
H A DGoogleAppsCardV1BorderStyle.php26 protected $strokeColorType = Color::class;
48 * @param Color
50 public function setStrokeColor(Color $strokeColor)
55 * @return Color
H A DGoogleAppsCardV1Button.php26 protected $colorType = Color::class;
56 * @param Color
58 public function setColor(Color $color)
63 * @return Color
/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 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 DBasicChartSeries.php23 protected $colorType = Color::class;
47 * @param Color
49 public function setColor(Color $color)
54 * @return Color
H A DBasicSeriesDataPointStyleOverride.php22 protected $colorType = Color::class;
34 * @param Color
36 public function setColor(Color $color)
41 * @return Color
H A DBorder.php22 protected $colorType = Color::class;
36 * @param Color
38 public function setColor(Color $color)
43 * @return Color
H A DBubbleChartSpec.php22 protected $bubbleBorderColorType = Color::class;
56 * @param Color
58 public function setBubbleBorderColor(Color $bubbleBorderColor)
63 * @return Color
H A DCellFormat.php22 protected $backgroundColorType = Color::class;
58 * @param Color
60 public function setBackgroundColor(Color $backgroundColor)
65 * @return Color
H A DChartSpec.php27 protected $backgroundColorType = Color::class;
99 * @param Color
101 public function setBackgroundColor(Color $backgroundColor)
106 * @return Color
H A DColor.php20 class Color extends \Google\Model class
98 class_alias(Color::class, 'Google_Service_Sheets_Color');
H A DColorStyle.php22 protected $rgbColorType = Color::class;
30 * @param Color
32 public function setRgbColor(Color $rgbColor)
37 * @return Color

1234567891011