Lines Matching refs:Color
11 function drawRectangle(Point $corner1, Point $corner2, Color $color, $lineWidth, $lineDotSize, ShadowProperties $shadowProperties);
13 function drawFilledRectangle(Point $corner1, Point $corner2, Color $color,
21 Color $color, $lineWidth, $lineDotSize,
25 Color $color, $lineWidth, $lineDotSize,
28 function drawLine(Point $point1, Point $point2, Color $color, $lineWidth, $lineDotSize, ShadowProperties $shadowProperties, Point $boundingBoxMin = null, Point $boundingBoxMax = null);
30 function drawDottedLine(Point $point1, Point $point2, $dotSize, $lineWidth, Color $color, ShadowProperties $shadowProperties, Point $boundingBoxMin = null, Point $boundingBoxMax = null);
32 function drawAntialiasPixel(Point $point, Color $color, ShadowProperties $shadowProperties, $alpha = 100);
34 function drawText($fontSize, $angle, Point $point, Color $color, $fontName, $text, ShadowProperties $shadowProperties);
41 function drawCircle(Point $center, $height, Color $color, ShadowProperties $shadowProperties, $width = null);
43 function drawFilledCircle(Point $center, $height, Color $color, ShadowProperties $shadowProperties, $width = null);
52 function drawFilledPolygon(array $points, $numPoints, Color $color, $alpha = 100);