LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly)

OuterLow Property

Show in webframe







Gets or sets the starting color of the color range to be changed.
Syntax
public int OuterLow {get; set;}
'Declaration
 
Public Property OuterLow As Integer
'Usage
 
Dim instance As ChangeHueSaturationIntensityCommandData
Dim value As Integer
 
instance.OuterLow = value
 
value = instance.OuterLow
public int OuterLow {get; set;}
@property (nonatomic, assign) int outerLow;
public int getOuterLow()
public void setOuterLow(int value)
            
 
get_OuterLow();
set_OuterLow(value);
Object.defineProperty('OuterLow');
public:
property int OuterLow {
   int get();
   void set (    int value);
}

Property Value

Specifies the starting color of the color range to be changed. Valid values range from -359 through 359.
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.