Error processing SSI file
LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly)

Show in webframe

XWhite Property






Gets or sets the x value.
Syntax
public double XWhite {get; set;}
'Declaration
 
Public Property XWhite As Double
'Usage
 
Dim instance As ConversionWhitePoint
Dim value As Double
 
instance.XWhite = value
 
value = instance.XWhite

            

            
public:
property double XWhite {
   double get();
   void set (    double value);
}

Property Value

The x value, between 0.0 and 1.0
Example
Refer to ConversionParameters.WhitePoint example.
Requirements

Target Platforms

See Also

Reference

ConversionWhitePoint Structure
ConversionWhitePoint Members

Error processing SSI file