←Select platform

DisableWhitePointAdjustment Property

Summary

Enables or disables automatic white point adjustment.

Syntax
C#
VB
Objective-C
C++
Java
public bool DisableWhitePointAdjustment { get; set; } 
Public Property DisableWhitePointAdjustment As Boolean 
@property (nonatomic, assign) BOOL DisableWhitePointAdjustment 
public boolean isDisableWhitePointAdjustment() 
public void setDisableWhitePointAdjustment(boolean disableWhitePointAdjustment) 
public: 
property bool DisableWhitePointAdjustment { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

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.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ColorConversion Assembly