Lines Matching defs:color

503 …ellipse(GdImage $image, int $center_x, int $center_y, int $width, int $height, int $color): bool {}
505 … $center_y, int $width, int $height, int $start_angle, int $end_angle, int $color, int $style): bo…
650 function imagecolordeallocate(GdImage $image, int $color): bool {}
656 function imagecolorset(GdImage $image, int $color, int $red, int $green, int $blue, int $alpha = 0)…
662 function imagecolorsforindex(GdImage $image, int $color): array {}
666 function imagesetpixel(GdImage $image, int $x, int $y, int $color): bool {}
668 function imageline(GdImage $image, int $x1, int $y1, int $x2, int $y2, int $color): bool {}
670 function imagedashedline(GdImage $image, int $x1, int $y1, int $x2, int $y2, int $color): bool {}
672 function imagerectangle(GdImage $image, int $x1, int $y1, int $x2, int $y2, int $color): bool {}
674 function imagefilledrectangle(GdImage $image, int $x1, int $y1, int $x2, int $y2, int $color): bool…
676 …r_x, int $center_y, int $width, int $height, int $start_angle, int $end_angle, int $color): bool {}
678 …ellipse(GdImage $image, int $center_x, int $center_y, int $width, int $height, int $color): bool {}
680 function imagefilltoborder(GdImage $image, int $x, int $y, int $border_color, int $color): bool {}
682 function imagefill(GdImage $image, int $x, int $y, int $color): bool {}
686 function imagecolortransparent(GdImage $image, ?int $color = null): int {}
690 function imagepolygon(GdImage $image, array $points, int $num_points_or_color, ?int $color = null):…
692 function imageopenpolygon(GdImage $image, array $points, int $num_points_or_color, ?int $color = nu…
694 function imagefilledpolygon(GdImage $image, array $points, int $num_points_or_color, ?int $color = …
700 function imagechar(GdImage $image, GdFont|int $font, int $x, int $y, string $char, int $color): boo…
702 function imagecharup(GdImage $image, GdFont|int $font, int $x, int $y, string $char, int $color): b…
704 function imagestring(GdImage $image, GdFont|int $font, int $x, int $y, string $string, int $color):…
706 function imagestringup(GdImage $image, GdFont|int $font, int $x, int $y, string $string, int $color
739 function imagefttext(GdImage $image, float $size, float $angle, int $x, int $y, int $color, string …
751 function imagettftext(GdImage $image, float $size, float $angle, int $x, int $y, int $color, string…
767 …(GdImage $image, int $mode = IMG_CROP_DEFAULT, float $threshold = 0.5, int $color = -1): GdImage|f…