←Select platform

XWhite Property

Summary

Gets or sets the x value.

Syntax
C#
VB
C++
public double XWhite { get; set; } 
  
Public Property XWhite As Double 
public: 
property double XWhite { 
   double get(); 
   void set (    double ); 
} 

Property Value

The x value, between 0.0 and 1.0

Example

Refer to ConversionParameters.WhitePoint example.

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