Searched refs:_color (Results 1 – 10 of 10) sorted by relevance
/plugin/html2pdf/html2pdf/html2ps/ |
H A D | value.background.php | 17 var $_color; variable in Background 48 $this->_color = $color; 61 $value =& new Background(is_null($this->_color) ? null : $this->_color->copy(), 83 $this->_color->equals(CSSBackgroundColor::default_value()) && 109 if (!$this->_color->transparent) { 110 $this->_color->apply($driver); 137 if ($this->_color === CSS_PROPERTY_INHERIT) { 139 $this->_color = $value->copy();
|
H A D | output.png.class.php | 37 var $_color; variable in OutputDriverPNG 57 imagecolordeallocate($this->_image, $this->_color[0]); 58 array_shift($this->_color); 90 array_unshift($this->_color, array('rgb' => $rgb, 118 return $this->_color[0]['object']; 122 imagecolordeallocate($this->_image, $this->_color[0]['object']); 123 $this->_color[0] = $color; 144 imageline($this->_image, $x1, $y1, $x2, $y2, $this->_color[0]['object']); 190 $this->_color = array(); 223 $this->_color[0] = array('rgb' => array(0,0,0), [all …]
|
/plugin/stlviewer/stlviewer/ |
H A D | CanvasRenderer.js | 82 _color = new THREE.Color(),
719 _color.copy( _ambientLight );
723 calculateLight( _centroid, element.normalModel, _color );
725 _color.multiply( _diffuseColor ).add( _emissiveColor );
728 ? strokePath( _color, material.wireframeLinewidth, material.wireframeLinecap, material.wireframeLinejoin )
729 : fillPath( _color );
766 _color.copy( material.color );
770 _color.multiply( element.color );
775 ? strokePath( _color, material.wireframeLinewidth, material.wireframeLinecap, material.wireframeLinejoin )
776 : fillPath( _color );
[all...] |
/plugin/eventline/timeline_js/scripts/ |
H A D | sources.js | 424 this._color = cleanArg('color'); 456 getColor: function() { return this._color; },
|
/plugin/tline/timeline_js/ |
H A D | timeline-bundle.js | 829 this._color=A.color; 856 }if(this._color!=null){B.style.backgroundColor=this._color; 889 this._color=A.color; 909 if(this._color!=null){F.style.backgroundColor=this._color; 2427 this._color=D("color"); 2450 },getColor:function(){return this._color;
|
/plugin/eventline/timeline_js/ |
H A D | timeline-bundle.js | 829 this._color=A.color; 856 }if(this._color!=null){B.style.backgroundColor=this._color; 889 this._color=A.color; 909 if(this._color!=null){F.style.backgroundColor=this._color; 2443 this._color=D("color"); 2466 },getColor:function(){return this._color;
|
/plugin/html2pdf/html2pdf/html2ps/cache/ |
H A D | 7d888258e9745b3716532ea81342daaf.css.compiled | 1 …tyDeclaration":3:{s:5:"_code";i:1;s:6:"_value";O:10:"Background":5:{s:6:"_color";O:5:"Color":4:{s:…
|
/plugin/dirtylittlehelper/mermaid/editor/ |
H A D | bundle.js | 396 …_color=e,this._colorPresentations=t}get color(){return this._color}set color(e){this._color.equals…
|
/plugin/dirtylittlehelper/mermaid/editor/docs/ |
H A D | bundle.js | 396 …_color=e,this._colorPresentations=t}get color(){return this._color}set color(e){this._color.equals…
|
H A D | bundle.js.map | 1 …_color = color;\n this._colorPresentations = availableColorPresentations;\n }\n get c…
|