Shadows Class

class Shadows(shadows: Boolean = false) : RefineFeature

Even out shadows and uneven lighting across the page.

Equivalent to setting ScanPicture.shadows.

Parameters

  • shadows — true to even out shadows, false to leave the lighting as captured.

Constructors

Shadows

constructor(shadows: Boolean = false)
Top