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…
651 function imagecolordeallocate(GdImage $image, int $color): bool {}
657 function imagecolorset(GdImage $image, int $color, int $red, int $green, int $blue, int $alpha = 0)…
663 function imagecolorsforindex(GdImage $image, int $color): array {}
667 function imagesetpixel(GdImage $image, int $x, int $y, int $color): bool {}
669 function imageline(GdImage $image, int $x1, int $y1, int $x2, int $y2, int $color): bool {}
671 function imagedashedline(GdImage $image, int $x1, int $y1, int $x2, int $y2, int $color): bool {}
673 function imagerectangle(GdImage $image, int $x1, int $y1, int $x2, int $y2, int $color): bool {}
675 function imagefilledrectangle(GdImage $image, int $x1, int $y1, int $x2, int $y2, int $color): bool…
677 …r_x, int $center_y, int $width, int $height, int $start_angle, int $end_angle, int $color): bool {}
679 …ellipse(GdImage $image, int $center_x, int $center_y, int $width, int $height, int $color): bool {}
681 function imagefilltoborder(GdImage $image, int $x, int $y, int $border_color, int $color): bool {}
683 function imagefill(GdImage $image, int $x, int $y, int $color): bool {}
687 function imagecolortransparent(GdImage $image, ?int $color = null): int {}
691 function imagepolygon(GdImage $image, array $points, int $num_points_or_color, ?int $color = null):…
693 function imageopenpolygon(GdImage $image, array $points, int $num_points_or_color, ?int $color = nu…
695 function imagefilledpolygon(GdImage $image, array $points, int $num_points_or_color, ?int $color = …
701 function imagechar(GdImage $image, GdFont|int $font, int $x, int $y, string $char, int $color): boo…
703 function imagecharup(GdImage $image, GdFont|int $font, int $x, int $y, string $char, int $color): b…
705 function imagestring(GdImage $image, GdFont|int $font, int $x, int $y, string $string, int $color):…
707 function imagestringup(GdImage $image, GdFont|int $font, int $x, int $y, string $string, int $color
740 function imagefttext(GdImage $image, float $size, float $angle, int $x, int $y, int $color, string …
752 function imagettftext(GdImage $image, float $size, float $angle, int $x, int $y, int $color, string…
768 …(GdImage $image, int $mode = IMG_CROP_DEFAULT, float $threshold = 0.5, int $color = -1): GdImage|f…