LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly)

OuterHigh Property

Show in webframe







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) int outerHigh;
public int getOuterHigh()
public void setOuterHigh(int value)
            
 
get_OuterHigh();
set_OuterHigh(value);
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

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.