芝麻web文件管理V1.00
编辑当前文件:/home/rejoandoctor/www/vendor/bacon/bacon-qr-code/src/Renderer/RendererStyle/Gradient.php
startColor = $startColor; $this->endColor = $endColor; $this->type = $type; } public function getStartColor() : ColorInterface { return $this->startColor; } public function getEndColor() : ColorInterface { return $this->endColor; } public function getType() : GradientType { return $this->type; } }