LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly)

WhitePoint Property (ConversionWhitePoint)

Show in webframe





Gets or sets the common white point type used in setting the XWhite and YWhite properties.
Syntax
public ConversionWhitePointType WhitePoint {get; set;}
'Declaration
 
Public Property WhitePoint As ConversionWhitePointType
'Usage
 
Dim instance As ConversionWhitePoint
Dim value As ConversionWhitePointType
 
instance.WhitePoint = value
 
value = instance.WhitePoint

            

            
public:
property ConversionWhitePointType WhitePoint {
   ConversionWhitePointType get();
   void set (    ConversionWhitePointType value);
}

Property Value

The common white point type.
Example
Refer to ConversionParameters.WhitePoint example.
Requirements

Target Platforms

See Also

Reference

ConversionWhitePoint Structure
ConversionWhitePoint Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.