Dev Center
Yes, you can convert the color of an image easily by using the below methods:
DWObject.ConvertToBW() // Converts the specified image to a black-and-white image
DWObject.ConvertToGrayScale() // Converts the specified image to a grayscale image
latest version