LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly)

ChangeHueSaturationIntensityCommandData Constructor(Int32,Int32,Int32,Int32,Int32,Int32,Int32)

Show in webframe







Angular amount to change the hue, in hundredths of degrees. Valid values range from -18000 through 18000. This value is divided internally by 100.
Percentage amount to change saturation, in tenths of percent. Valid values range from -1000 through 1000. This value is divided internally by 10.
Percentage amount to change the intensity , in tenths of percent. Valid values range from -1000 through 1000. This value is divided internally by 10.
Specifies the start of the color range to be changed. Valid values range from -359 through 359.
Specifies the end of the color range to be changed. Valid values range is from -359 through 359.
Specifies the start of the color range to be fully changed. The valid range is between the OuterLow and OuterHigh values.
Specifies the end of the color range to be fully changed. The valid range is between the OuterLow and OuterHigh values.
Initializes a new ChangeHueSaturationIntensityCommandData class with explicit parameters.
Syntax
public ChangeHueSaturationIntensityCommandData( 
   int hue,
   int saturation,
   int intensity,
   int outerLow,
   int outerHigh,
   int innerLow,
   int innerHigh
)
'Declaration
 
Public Function New( _
   ByVal hue As Integer, _
   ByVal saturation As Integer, _
   ByVal intensity As Integer, _
   ByVal outerLow As Integer, _
   ByVal outerHigh As Integer, _
   ByVal innerLow As Integer, _
   ByVal innerHigh As Integer _
)
'Usage
 
Dim hue As Integer
Dim saturation As Integer
Dim intensity As Integer
Dim outerLow As Integer
Dim outerHigh As Integer
Dim innerLow As Integer
Dim innerHigh As Integer
 
Dim instance As New ChangeHueSaturationIntensityCommandData(hue, saturation, intensity, outerLow, outerHigh, innerLow, innerHigh)
public ChangeHueSaturationIntensityCommandData( 
   int hue,
   int saturation,
   int intensity,
   int outerLow,
   int outerHigh,
   int innerLow,
   int innerHigh
)
- (id)initWithHue:(int)hue 
       saturation:(int)saturation 
        intensity:(int)intensity 
         outerLow:(int)outerLow 
        outerHigh:(int)outerHigh 
         innerLow:(int)innerLow 
        innerHigh:(int)innerHigh;
            
public ChangeHueSaturationIntensityCommandData(
   int hue, 
   int saturation, 
   int intensity, 
   int outerLow, 
   int outerHigh, 
   int innerLow, 
   int innerHigh
)
            
function ChangeHueSaturationIntensityCommandData( 
   hue ,
   saturation ,
   intensity ,
   outerLow ,
   outerHigh ,
   innerLow ,
   innerHigh 
)
public:
ChangeHueSaturationIntensityCommandData( 
   int hue,
   int saturation,
   int intensity,
   int outerLow,
   int outerHigh,
   int innerLow,
   int innerHigh
)

Parameters

hue
Angular amount to change the hue, in hundredths of degrees. Valid values range from -18000 through 18000. This value is divided internally by 100.
saturation
Percentage amount to change saturation, in tenths of percent. Valid values range from -1000 through 1000. This value is divided internally by 10.
intensity
Percentage amount to change the intensity , in tenths of percent. Valid values range from -1000 through 1000. This value is divided internally by 10.
outerLow
Specifies the start of the color range to be changed. Valid values range from -359 through 359.
outerHigh
Specifies the end of the color range to be changed. Valid values range is from -359 through 359.
innerLow
Specifies the start of the color range to be fully changed. The valid range is between the OuterLow and OuterHigh values.
innerHigh
Specifies the end of the color range to be fully changed. The valid range is between the OuterLow and OuterHigh values.
Example
Refer to ChangeHueSaturationIntensityCommand(int,int,int, ChangeHueSaturationIntensityCommandData[])
Requirements

Target Platforms

See Also

Reference

ChangeHueSaturationIntensityCommandData Class
ChangeHueSaturationIntensityCommandData Members
Overload List

 

 


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