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

Show in webframe

YWhite Property






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

            

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

Property Value

The y 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