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

Show in webframe

WhitePoint Property (ConversionWhitePoint)






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

Error processing SSI file