public bool DisableWhitePointAdjustment { get; set; }
@property (nonatomic, assign) BOOL DisableWhitePointAdjustment
public boolean isDisableWhitePointAdjustment()
public void setDisableWhitePointAdjustment(boolean disableWhitePointAdjustment)
DisableWhitePointAdjustment # get and set (ConversionParameters)
true to disable the automatic white point adjustment false to perform automatic white point adjustment (default).
The ICC specification requires that white is converted to pure white. However, some profiles convert white to off-white (very light gray). Such profiles could cause problems called "ink dot scum" in the printing world (lots of tiny dots on white paper). LEADTOOLS automatically corrects thse problems by adjusting the conversion formulas so that white is converted to pure white. Earlier versions of LEADTOOLS did not perform this conversion. This property is provided mainly for backwards compatibility.
The correct behavior is to adjust the white point (so the default value for this property is false).
You can obtain behavior similar to earlier versions of the toolkit by setting this property to true.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document