Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

 

 

 

 

Export to

Selected Image – Export result to the selected images file.

New Drawing – Open a new CAD drawing and embed result

Current Drawing – Embed the result into the current CAD drawing.

Image

  • Add – Destination = Destination + Source (If the amount is greater than 255, the result is 255
  • And – Destination = Destination & Source (Bitwise AND two images)
  • Xor – Destination = Destination xor Source (Bitwise XOR two images)
  • Or – Destination = Destination or Source (Bitwise OR two images)
  • Copy – Destination = Source
  • Sub – Destination = Destination – Source
  • Blend – Destination = Source + degradation
  • Screen – Destination = Destination + Source + degradation (The result image will have a lighter tonality)
  • Avg – Destination = (Destination+ Source)/2

Bg. Color –

 

Contours –

Solid Fill –

Surfaces –

UV Rectangle – (not available for Selected Image)

 

  • No labels