|
static |
Creates a new image with grayscale colors of the specified image with specified percent factor.
image | The image to be transformed into grayscale. |
percent | The percent factor in % (from 0.0 to 1.0). |
1.0
will make the color completely gray, while 0.0
return the original image. Original | Converted |
---|---|