Lines Matching defs:color

27 …ellipse(GdImage $image, int $center_x, int $center_y, int $width, int $height, int $color): bool {}
29 … $center_y, int $width, int $height, int $start_angle, int $end_angle, int $color, int $style): bo…
148 function imagecolordeallocate(GdImage $image, int $color): bool {}
154 function imagecolorset(GdImage $image, int $color, int $red, int $green, int $blue, int $alpha = 0)…
156 function imagecolorsforindex(GdImage $image, int $color): array {}
160 function imagesetpixel(GdImage $image, int $x, int $y, int $color): bool {}
162 function imageline(GdImage $image, int $x1, int $y1, int $x2, int $y2, int $color): bool {}
164 function imagedashedline(GdImage $image, int $x1, int $y1, int $x2, int $y2, int $color): bool {}
166 function imagerectangle(GdImage $image, int $x1, int $y1, int $x2, int $y2, int $color): bool {}
168 function imagefilledrectangle(GdImage $image, int $x1, int $y1, int $x2, int $y2, int $color): bool…
170 …r_x, int $center_y, int $width, int $height, int $start_angle, int $end_angle, int $color): bool {}
172 …ellipse(GdImage $image, int $center_x, int $center_y, int $width, int $height, int $color): bool {}
174 function imagefilltoborder(GdImage $image, int $x, int $y, int $border_color, int $color): bool {}
176 function imagefill(GdImage $image, int $x, int $y, int $color): bool {}
180 function imagecolortransparent(GdImage $image, ?int $color = null): int {}
184 function imagepolygon(GdImage $image, array $points, int $num_points_or_color, ?int $color = null):…
186 function imageopenpolygon(GdImage $image, array $points, int $num_points_or_color, ?int $color = nu…
188 function imagefilledpolygon(GdImage $image, array $points, int $num_points_or_color, ?int $color = …
194 function imagechar(GdImage $image, int $font, int $x, int $y, string $char, int $color): bool {}
196 function imagecharup(GdImage $image, int $font, int $x, int $y, string $char, int $color): bool {}
198 function imagestring(GdImage $image, int $font, int $x, int $y, string $string, int $color): bool {}
200 function imagestringup(GdImage $image, int $font, int $x, int $y, string $string, int $color): bool…
221 function imagefttext(GdImage $image, float $size, float $angle, int $x, int $y, int $color, string …
227 function imagettftext(GdImage $image, float $size, float $angle, int $x, int $y, int $color, string…
241 …(GdImage $image, int $mode = IMG_CROP_DEFAULT, float $threshold = 0.5, int $color = -1): GdImage|f…