LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly)
LEAD Technologies, Inc

InnerHigh Property






Gets or sets the ending color of the color range to be fully changed. .NET support WinRT support Silverlight support
Syntax
public int InnerHigh {get; set;}
'Declaration
 
Public Property InnerHigh As Integer
'Usage
 
Dim instance As ChangeHueSaturationIntensityCommandData
Dim value As Integer
 
instance.InnerHigh = value
 
value = instance.InnerHigh
public int InnerHigh {get; set;}
 get_InnerHigh();
set_InnerHigh(value);
public:
property int InnerHigh {
   int get();
   void set (    int value);
}

Property Value

Specifies the ending color of the color range to be fully changed. The valid range is between the OuterLow and OuterHigh values.
Example
Refer to ChangeHueSaturationIntensityCommand.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ChangeHueSaturationIntensityCommandData Class
ChangeHueSaturationIntensityCommandData Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.