Lines Matching defs:color
40 …ellipse(GdImage $image, int $center_x, int $center_y, int $width, int $height, int $color): bool {}
42 … $center_y, int $width, int $height, int $start_angle, int $end_angle, int $color, int $style): bo…
187 function imagecolordeallocate(GdImage $image, int $color): bool {}
194 function imagecolorset(GdImage $image, int $color, int $red, int $green, int $blue, int $alpha = 0)…
200 function imagecolorsforindex(GdImage $image, int $color): array {}
204 function imagesetpixel(GdImage $image, int $x, int $y, int $color): bool {}
206 function imageline(GdImage $image, int $x1, int $y1, int $x2, int $y2, int $color): bool {}
208 function imagedashedline(GdImage $image, int $x1, int $y1, int $x2, int $y2, int $color): bool {}
210 function imagerectangle(GdImage $image, int $x1, int $y1, int $x2, int $y2, int $color): bool {}
212 function imagefilledrectangle(GdImage $image, int $x1, int $y1, int $x2, int $y2, int $color): bool…
214 …r_x, int $center_y, int $width, int $height, int $start_angle, int $end_angle, int $color): bool {}
216 …ellipse(GdImage $image, int $center_x, int $center_y, int $width, int $height, int $color): bool {}
218 function imagefilltoborder(GdImage $image, int $x, int $y, int $border_color, int $color): bool {}
220 function imagefill(GdImage $image, int $x, int $y, int $color): bool {}
224 function imagecolortransparent(GdImage $image, ?int $color = null): int {}
228 function imagepolygon(GdImage $image, array $points, int $num_points_or_color, ?int $color = null):…
230 function imageopenpolygon(GdImage $image, array $points, int $num_points_or_color, ?int $color = nu…
232 function imagefilledpolygon(GdImage $image, array $points, int $num_points_or_color, ?int $color = …
238 function imagechar(GdImage $image, GdFont|int $font, int $x, int $y, string $char, int $color): boo…
240 function imagecharup(GdImage $image, GdFont|int $font, int $x, int $y, string $char, int $color): b…
242 function imagestring(GdImage $image, GdFont|int $font, int $x, int $y, string $string, int $color):…
244 function imagestringup(GdImage $image, GdFont|int $font, int $x, int $y, string $string, int $color…
277 function imagefttext(GdImage $image, float $size, float $angle, int $x, int $y, int $color, string …
289 function imagettftext(GdImage $image, float $size, float $angle, int $x, int $y, int $color, string…
305 …(GdImage $image, int $mode = IMG_CROP_DEFAULT, float $threshold = 0.5, int $color = -1): GdImage|f…