diff --git a/reference/imagick/imagick/addnoiseimage.xml b/reference/imagick/imagick/addnoiseimage.xml index 6e753ece98..9e6ab17d20 100644 --- a/reference/imagick/imagick/addnoiseimage.xml +++ b/reference/imagick/imagick/addnoiseimage.xml @@ -1,5 +1,5 @@ - + Imagick::addNoiseImage @@ -28,7 +28,8 @@ noise_type - + The type of the noise. Refer to this list of + noise constants. @@ -36,7 +37,10 @@ channel - Its description + Provide any channel constant that is valid for your channel mode. To + apply to more than one channel, combine channeltype constants using + bitwise operators. Defaults to Imagick::CHANNEL_ALL. Refer to this + list of channel constants.