LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly)

InnerLow Property

Show in webframe







Gets or sets the starting color of the color range to be fully changed.
Syntax
public int InnerLow {get; set;}
'Declaration
 
Public Property InnerLow As Integer
'Usage
 
Dim instance As ChangeHueSaturationIntensityCommandData
Dim value As Integer
 
instance.InnerLow = value
 
value = instance.InnerLow
public int InnerLow {get; set;}
@property (nonatomic, assign) int innerLow;
public int getInnerLow()
public void setInnerLow(int value)
            
 
get_InnerLow();
set_InnerLow(value);
Object.defineProperty('InnerLow');
public:
property int InnerLow {
   int get();
   void set (    int value);
}

Property Value

Specifies the starting 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.