←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
Java
Objective-C
WinRT C#
C++
public ColorLevelCommandData Red { get; set; } 
@property (nonatomic, strong) LTColorLevelCommandData *red 
public ColorLevelCommandData getRed() 
public void setRed(ColorLevelCommandData value) 
             
 <br/>get_Red();<br/>set_Red(value);<br/>Object.defineProperty('Red');  

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Color Assembly