←Select platform

Red Property

Summary

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

Syntax
C#
VB
Objective-C
C++
Java
public ColorLevelCommandData Red { get; set; } 
Public Property Red As ColorLevelCommandData 
@property (nonatomic, strong) LTColorLevelCommandData *red 
public ColorLevelCommandData getRed() 
public void setRed(ColorLevelCommandData value) 
public: 
property ColorLevelCommandData^ Red { 
   ColorLevelCommandData^ get(); 
   void set (    ColorLevelCommandData^ ); 
} 

Property Value

Specifies the color-leveling information for the red 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 red 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