GD green()
syntax: |
gd.green(index) |
where: |
index - The color index to look up
|
return: |
number - The green component of the specified color index
|
description: |
This method looks up the color indicated by index and returns the green component of that color.
|
see: |
#link <gd>, GD blue(), GD red()
|