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

Show in webframe

InnerHigh Property








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) NSInteger innerHigh
public int getInnerHigh()
public void setInnerHigh(int value)
            
 <br/>get_InnerHigh();<br/>set_InnerHigh(value);<br/>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

Error processing SSI file