LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly)

Green Property (ChannelMixerCommandFactor)

Show in webframe







Gets or sets a value that represents the percentage of the green color value that should be distributed to the green component.
Syntax
public int Green {get; set;}
'Declaration
 
Public Property Green As Integer
'Usage
 
Dim instance As ChannelMixerCommandFactor
Dim value As Integer
 
instance.Green = value
 
value = instance.Green
public int Green {get; set;}
@property (nonatomic, assign) int green;
public int getGreen()
public void setGreen(int value)
            
 
get_Green();
set_Green(value);
Object.defineProperty('Green');
public:
property int Green {
   int get();
   void set (    int value);
}

Property Value

Value that represents the percentage of the green color value that should be distributed to the green component. Valid values are -200 to 200.
Example
Refer to ChannelMixerCommand()
Requirements

Target Platforms

See Also

Reference

ChannelMixerCommandFactor Class
ChannelMixerCommandFactor Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.