You are here

function _imageapi_gd_pixel_colorize in ImageAPI 6

Same name and namespace in other branches
  1. 5 imagefilter.inc \_imageapi_gd_pixel_colorize()
1 string reference to '_imageapi_gd_pixel_colorize'
imagefilter in ./imagefilter.inc

File

./imagefilter.inc, line 81

Code

function _imageapi_gd_pixel_colorize(&$r, &$g, &$b, &$a, $arg1, $arg2, $arg3, $arg4) {
  $r += $arg1;
  $g += $arg2;
  $b += $arg3;
}