Home
last modified time | relevance | path

Searched refs:foregroundColor (Results 1 – 10 of 10) sorted by last modified time

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