Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.21
|
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 )
- (instancetype)initWithHue:(NSInteger)hue saturation:(NSInteger)saturation intensity:(NSInteger)intensity outerLow:(NSInteger)outerLow outerHigh:(NSInteger)outerHigh innerLow:(NSInteger)innerLow innerHigh:(NSInteger)innerHigh
public ChangeHueSaturationIntensityCommandData( int hue, int saturation, int intensity, int outerLow, int outerHigh, int innerLow, int innerHigh )