←Select platform

InnerHigh Property

Summary

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

Syntax
C#
VB
Objective-C
C++
Java
public int InnerHigh { get; set; } 
Public Property InnerHigh As Integer 
@property (nonatomic, assign) NSInteger innerHigh 
public int getInnerHigh() 
public void setInnerHigh(int value) 
public: 
property int InnerHigh { 
   int get(); 
   void set (    int ); 
} 

Property Value

Specifies the ending 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