Home
last modified time | relevance | path

Searched refs:foregroundColor (Results 1 – 10 of 10) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
DSortSpec.php100 public function setForegroundColor(Color $foregroundColor) argument
102 $this->foregroundColor = $foregroundColor;
109 return $this->foregroundColor;
DTextFormat.php98 public function setForegroundColor(Color $foregroundColor) argument
100 $this->foregroundColor = $foregroundColor;
107 return $this->foregroundColor;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Calendar/
DCalendarListEntry.php54 public $foregroundColor; variable in Google\\Service\\Calendar\\CalendarListEntry
209 public function setForegroundColor($foregroundColor) argument
211 $this->foregroundColor = $foregroundColor;
218 return $this->foregroundColor;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Docs/
DTextStyle.php116 public function setForegroundColor(OptionalColor $foregroundColor) argument
118 $this->foregroundColor = $foregroundColor;
125 return $this->foregroundColor;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Slides/
DTextStyle.php134 public function setForegroundColor(OptionalColor $foregroundColor) argument
136 $this->foregroundColor = $foregroundColor;
143 return $this->foregroundColor;
/plugin/dw2pdf/vendor/mpdf/qrcode/src/Output/
DPng.php36 $foregroundColor = imagecolorallocate($im, $color[0], $color[1], $color[2]);
49 $foregroundColor
/plugin/authgoogle/google/contrib/
DGoogle_CalendarService.php931 public $foregroundColor; variable in Google_CalendarListEntry
978 public function setForegroundColor( $foregroundColor) { argument
979 $this->foregroundColor = $foregroundColor;
982 return $this->foregroundColor;
/plugin/dirtylittlehelper/mermaid/editor/
Dbundle.js426foregroundColor?`${e.foregroundColor}`:"",i=e.backgroundColor?`${e.backgroundColor}`:"",r=e.border…
/plugin/dirtylittlehelper/mermaid/editor/docs/
Dbundle.js426foregroundColor?`${e.foregroundColor}`:"",i=e.backgroundColor?`${e.backgroundColor}`:"",r=e.border…
Dbundle.js.map1foregroundColor ? `${style.foregroundColor}` : '';\n const bgColor = style.backgroundColor …