←Select platform

OuterLow Property

Summary

Gets or sets the starting color of the color range to be changed.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public int OuterLow { get; set; } 
Public Property OuterLow As Integer 
public int OuterLow {get; set;} 
@property (nonatomic, assign) NSInteger outerLow 
public int getOuterLow() 
public void setOuterLow(int value) 
             
 <br/>get_OuterLow();<br/>set_OuterLow(value);<br/>Object.defineProperty('OuterLow');  
public: 
property int OuterLow { 
   int get(); 
   void set (    int ); 
} 

Property Value

Specifies the starting color of the color range to be changed. Valid values range from -359 through 359.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Color Assembly