Lines Matching refs:Color

7         $C_White = $this->allocateColor(new Color(255, 255, 255));
14 function drawFilledRectangle(Point $corner1, Point $corner2, Color $color,
110 public function drawRectangle(Point $corner1, Point $corner2, Color $color, $lineWidth, $lineDotSize, ShadowProperties $shadowProperties) {
153 public function drawRoundedRectangle(Point $point1, Point $point2, $radius, Color $color, $lineWidth, $lineDotSize, ShadowProperties $shadowProperties) {
220 Color $color, $lineWidth, $lineDotSize,
360 public function drawLine(Point $point1, Point $point2, Color $color, $lineWidth, $lineDotSize, ShadowProperties $shadowProperties, Point $boundingBoxMin = null, Point $boundingBoxMax = null) {
403 public function drawDottedLine(Point $point1, Point $point2, $dotSize, $lineWidth, Color $color, ShadowProperties $shadowProperties, Point $boundingBoxMin = null, Point $boundingBoxMax = null) {
445 public function drawAntialiasPixel(Point $point, Color $color, ShadowProperties $shadowProperties, $alpha = 100) {
515 public function drawAlphaPixel(Point $point, $alpha, Color $color) {
531 $C_Aliased = $this->allocateColor(new Color($Ra, $Ga, $Ba));
536 * Color helper
541 public function allocateColor(Color $color, $Factor = 0, $alpha = 100) {
582 function drawText($fontSize, $angle, Point $point, Color $color, $fontName, $text, ShadowProperties $shadowProperties) {
604 function drawCircle(Point $center, $height, Color $color, ShadowProperties $shadowProperties, $width = null) {
623 public function drawFilledCircle(Point $center, $height, Color $color, ShadowProperties $shadowProperties, $width = null) {
654 function drawFilledPolygon(array $points, $numPoints, Color $color, $alpha = 100) {