←Select platform

InnerLow Property

Summary

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

Syntax
C#
VB
Objective-C
C++
Java
public int InnerLow { get; set; } 
Public Property InnerLow As Integer 
@property (nonatomic, assign) NSInteger innerLow 
public int getInnerLow() 
public void setInnerLow(int value) 
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 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Color Assembly