PHP » GoLang |
login |
register |
about
|
GoLang imagecolorsforindex
request it (406)
GoLang replacement for PHP's imagecolorsforindex
[edit | history]
imagecolorsforindex(PHP 4, PHP 5, PHP 7) imagecolorsforindex — Get the colors for an index Description
array imagecolorsforindex
( resource
$image
, int $index
)Gets the color for a specified index. Parameters
Return ValuesReturns an associative array with red, green, blue and alpha keys that contain the appropriate values for the specified color index. Examples
Example #1 imagecolorsforindex() example
<?php The above example will output something similar to: Array ( [red] => 226 [green] => 222 [blue] => 252 [alpha] => 0 ) See Also
|
more
Recently updated
more
Most requested
more
Last requests
|