←Select platform

Green Property

Summary

Gets or sets the color-leveling information for the green channel when used in the ColorLevelCommand class.

Syntax
C#
VB
Objective-C
C++
Java
public ColorLevelCommandData Green { get; set; } 
Public Property Green As ColorLevelCommandData 
@property (nonatomic, strong) LTColorLevelCommandData *green 
public ColorLevelCommandData getGreen() 
public void setGreen(ColorLevelCommandData value) 
public: 
property ColorLevelCommandData^ Green { 
   ColorLevelCommandData^ get(); 
   void set (    ColorLevelCommandData^ ); 
} 

Property Value

Specifies the color-leveling information for the green channel when used in the ColorLevelCommand class. When used in the AutoColorLevelCommand class with the flag Level, it retrieves the color-leveling information of the green channel.

Example

Refer to ColorLevelCommand()

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