LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly)

InnerHigh Property

Show in webframe







Gets or sets the ending color of the color range to be fully changed.
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;}
@property (nonatomic, assign) int innerHigh;
public int getInnerHigh()
public void setInnerHigh(int value)
            
 
get_InnerHigh();
set_InnerHigh(value);
Object.defineProperty('InnerHigh');
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

See Also

Reference

ChangeHueSaturationIntensityCommandData Class
ChangeHueSaturationIntensityCommandData Members

 

 


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