I want to change the color DWG to monochrome in the Forge viewer. Is there any option to change it to monochrome?
you can use the method setGrayscale to switch to black and white
viewer.setGrayscale(true)
The other method setSwapBlackAndWhite could swap the background and front color