Able MPeter
Able MPeter

Reputation: 45

2D drawing file to Monochrome in Forge viewer

I want to change the color DWG to monochrome in the Forge viewer. Is there any option to change it to monochrome? enter image description here

Upvotes: 1

Views: 52

Answers (1)

Xiaodong Liang
Xiaodong Liang

Reputation: 2196

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

Upvotes: 1

Related Questions