←Select platform

Green Property (ChannelMixerCommandFactor)

Summary

Gets or sets a value that represents the percentage of the green color value that should be distributed to the green component.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public int Green {get; set;}
Public Property Green As Integer
public int Green {get; set;}
@property (nonatomic, assign) NSInteger 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 ); 
} 

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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.ImageProcessing.Color Assembly
Click or drag to resize