Lines Matching defs:color
15 …function drawRectangle(Point $corner1, Point $corner2, Color $color, $lineWidth, $lineDotSize, Sha…
17 function drawFilledRectangle(Point $corner1, Point $corner2, Color $color,
25 Color $color, $lineWidth, $lineDotSize,
29 Color $color, $lineWidth, $lineDotSize,
32 …function drawLine(Point $point1, Point $point2, Color $color, $lineWidth, $lineDotSize, ShadowProp…
34 …function drawDottedLine(Point $point1, Point $point2, $dotSize, $lineWidth, Color $color, ShadowPr…
36 …function drawAntialiasPixel(Point $point, Color $color, ShadowProperties $shadowProperties, $alpha…
38 …function drawText($fontSize, $angle, Point $point, Color $color, $fontName, $text, ShadowPropertie…
45 …function drawCircle(Point $center, $height, Color $color, ShadowProperties $shadowProperties, $wid…
47 …function drawFilledCircle(Point $center, $height, Color $color, ShadowProperties $shadowProperties…
56 function drawFilledPolygon(array $points, $numPoints, Color $color, $alpha = 100);