Leadtools.ColorConversion Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
YWhite Property
See Also 
Leadtools.ColorConversion Namespace > ConversionWhitePoint Structure : YWhite Property



Gets or sets the y value.

Syntax

Visual Basic (Declaration) 
Public Property YWhite As Double
Visual Basic (Usage)Copy Code
Dim instance As ConversionWhitePoint
Dim value As Double
 
instance.YWhite = value
 
value = instance.YWhite
C# 
public double YWhite {get; set;}
C++/CLI 
public:
property double YWhite {
   double get();
   void set (double value);
}

Return Value

The y value, between 0.0 and 1.0

Example

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also