←Select platform

InnerLow Property

Summary

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

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public int InnerLow { get; set; } 
Public Property InnerLow As Integer 
public int InnerLow {get; set;} 
@property (nonatomic, assign) NSInteger innerLow 
public int getInnerLow() 
public void setInnerLow(int value) 
             
 <br/>get_InnerLow();<br/>set_InnerLow(value);<br/>Object.defineProperty('InnerLow');  
public: 
property int InnerLow { 
   int get(); 
   void set (    int ); 
} 

Property Value

Specifies the starting color of the color range to be fully changed. The valid range is between the OuterLow and OuterHigh values.

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