Lines Matching defs:color
16 function drawFilledRectangle(Point $corner1, Point $corner2, Color $color,
104 …public function drawRectangle(Point $corner1, Point $corner2, Color $color, $lineWidth, $lineDotSi…
139 …public function drawRoundedRectangle(Point $point1, Point $point2, $radius, Color $color, $lineWid…
198 Color $color, $lineWidth, $lineDotSize,
311 …public function drawLine(Point $point1, Point $point2, Color $color, $lineWidth, $lineDotSize, Sha…
349 …public function drawDottedLine(Point $point1, Point $point2, $dotSize, $lineWidth, Color $color, S…
386 …public function drawAntialiasPixel(Point $point, Color $color, ShadowProperties $shadowProperties,…
448 public function drawAlphaPixel(Point $point, $alpha, Color $color) {
474 public function allocateColor(Color $color, $Factor = 0, $alpha = 100) {
513 …function drawText($fontSize, $angle, Point $point, Color $color, $fontName, $text, ShadowPropertie…
531 …function drawCircle(Point $center, $height, Color $color, ShadowProperties $shadowProperties, $wid…
548 …public function drawFilledCircle(Point $center, $height, Color $color, ShadowProperties $shadowPro…
575 function drawFilledPolygon(array $points, $numPoints, Color $color, $alpha = 100) {