phpbar.de logo

Mailinglisten-Archive

[php] GD2 Truecolor Pixel

[php] GD2 Truecolor Pixel

Andreas Lange andreas.lange at haas-media.de
Mon Jan 12 10:26:07 CET 2004


Carsten Möhrke wrote:
AL>> Color-Tables.  Wie  zum Henker kann man ganz normale RGB Pixel setzen,
AL>> idealerweise mit einem Alpha-Wert?

> *dummguck* Ähm, versteh ich die Frage nicht oder meinst Du
> imagecolorallocate()?
> http://de2.php.net/manual/de/function.imagecolorallocate.php
> http://de2.php.net/manual/de/function.imagecolorallocatealpha.php

Hmm ... ein Beispiel im Pseudocode ;-)

image = new TrueColorImage
fill(image,black)
x = 1
y = 1

r = 255 // Rot
g = 0   // Grün
b = 0   // Blau
a = 128 // Transparenz
setpixel(image,x,y,r,g,b,a)

> *wunder*
> Carsten

-- 
Andreas Lange


php::bar PHP Wiki   -   Listenarchive