←Select platform

Constant Property

Summary

Gets or sets a value that represents the color value that should be added to the whole image.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public int Constant { get; set; } 
Public Property Constant As Integer 
public int Constant {get; set;} 
@property (nonatomic, assign) NSInteger constant 
public int getConstant() 
public void setConstant(int value) 
             
 <br/>get_Constant();<br/>set_Constant(value);<br/>Object.defineProperty('Constant');  
public: 
property int Constant { 
   int get(); 
   void set (    int ); 
} 

Property Value

Value that represents the color value that should be added to the whole image. Valid values are -200 to 200.

Example

Refer to ChannelMixerCommand()

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