Home
last modified time | relevance | path

Searched refs:color_matrix (Results 1 – 3 of 3) sorted by relevance

/imagick/
H A DImagick.stub.php1245 public function colorMatrixImage(array $color_matrix): bool {} argument
H A DImagick_arginfo.h4845 ZEND_ARG_TYPE_INFO(0, color_matrix, IS_ARRAY, 0)
4847 ZEND_ARG_INFO(0, color_matrix)
H A Dimagick_class.c12316 static KernelInfo *php_imagick_getKernelInfo(const double *color_matrix, const size_t order) argument
12338 kernel_info->values[i] = color_matrix[i];
12343 memcpy(kernel_info->values, color_matrix, order * order * sizeof(double));

Completed in 54 milliseconds