Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly)

Show in webframe

OuterLow Property








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) NSInteger outerLow
public int getOuterLow()
public void setOuterLow(int value)
            
 <br/>get_OuterLow();<br/>set_OuterLow(value);<br/>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

Error processing SSI file