ps_shading
(PECL ps >= 1.3.0)
ps_shading — Creates a shading for later use
Description
$psdoc
, string $type
, float $x0
, float $y0
, float $x1
, float $y1
, float $c1
, float $c2
, float $c3
, float $c4
, string $optlist
) : intCreates a shading, which can be used by ps_shfill() or ps_shading_pattern().
The color of the shading can be in any color space except for pattern.
Parameters
-
psdoc
-
Resource identifier of the postscript file as returned by ps_new().
-
type
-
The type of shading can be either radial or axial. Each shading starts with the current fill color and ends with the given color values passed in the parameters
c1
toc4
(see ps_setcolor() for their meaning). -
x0, x1, y0, y1
-
The coordinates
x0
,y0
,x1
,y1
are the start and end point of the shading. If the type of shading is radial the two points are the middle points of a starting and ending circle. -
c1, c2, c3, c4
-
See ps_setcolor() for their meaning.
-
optlist
-
If the shading is of type radial the
optlist
must also contain the parameters r0 and r1 with the radius of the start and end circle.
See Also
- ps_shading_pattern() - Creates a pattern based on a shading
- ps_shfill() - Fills an area with a shading
Vertaling niet beschikbaar
De PHP-handleiding is nog niet in het Nederlands vertaald, dus het scherm is in het Engels. Als u wilt, kunt u het ook in het Frans of in het Duits raadplegen.
Als je de moed voelt, kun je je vertaling aanbieden ;-)
Nederlandse vertaling
U hebt gevraagd om deze site in het Nederlands te bezoeken. Voor nu wordt alleen de interface vertaald, maar nog niet alle inhoud.Als je me wilt helpen met vertalingen, is je bijdrage welkom. Het enige dat u hoeft te doen, is u op de site registreren en mij een bericht sturen waarin u wordt gevraagd om u toe te voegen aan de groep vertalers, zodat u de gewenste pagina's kunt vertalen. Een link onderaan elke vertaalde pagina geeft aan dat u de vertaler bent en heeft een link naar uw profiel.
Bij voorbaat dank.
Document heeft de 30/01/2003 gemaakt, de laatste keer de 26/10/2018 gewijzigd
Bron van het afgedrukte document:https://www.gaudry.be/nl/php-rf-function.ps-shading.html
De infobrol is een persoonlijke site waarvan de inhoud uitsluitend mijn verantwoordelijkheid is. De tekst is beschikbaar onder CreativeCommons-licentie (BY-NC-SA). Meer info op de gebruiksvoorwaarden en de auteur.
Referenties
Deze verwijzingen en links verwijzen naar documenten die geraadpleegd zijn tijdens het schrijven van deze pagina, of die aanvullende informatie kunnen geven, maar de auteurs van deze bronnen kunnen niet verantwoordelijk worden gehouden voor de inhoud van deze pagina.
De auteur Deze site is als enige verantwoordelijk voor de manier waarop de verschillende concepten, en de vrijheden die met de referentiewerken worden genomen, hier worden gepresenteerd. Vergeet niet dat u meerdere broninformatie moet doorgeven om het risico op fouten te verkleinen.