←Select platform

InnerHigh Property

Summary

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

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public int InnerHigh { get; set; } 
Public Property InnerHigh As Integer 
public int InnerHigh {get; set;} 
@property (nonatomic, assign) NSInteger innerHigh 
public int getInnerHigh() 
public void setInnerHigh(int value) 
             
 <br/>get_InnerHigh();<br/>set_InnerHigh(value);<br/>Object.defineProperty('InnerHigh');  
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Color Assembly