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

Show in webframe

OuterHigh Property








Gets or sets the ending color of the color range to be changed.
Syntax
public int OuterHigh {get; set;}
'Declaration
 
Public Property OuterHigh As Integer
'Usage
 
Dim instance As ChangeHueSaturationIntensityCommandData
Dim value As Integer
 
instance.OuterHigh = value
 
value = instance.OuterHigh
public int OuterHigh {get; set;}
@property (nonatomic, assign) NSInteger outerHigh
public int getOuterHigh()
public void setOuterHigh(int value)
            
 <br/>get_OuterHigh();<br/>set_OuterHigh(value);<br/>Object.defineProperty('OuterHigh'); 
public:
property int OuterHigh {
   int get();
   void set (    int value);
}

Property Value

Specifies the ending color of the color range to be changed. Valid values range is from -359 through 359.
Example
Refer to ChangeHueSaturationIntensityCommand.
Requirements

Target Platforms

See Also

Reference

ChangeHueSaturationIntensityCommandData Class
ChangeHueSaturationIntensityCommandData Members

Error processing SSI file