←Select platform

Master Property

Summary

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

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public ColorLevelCommandData Master { get; set; } 
@property (nonatomic, strong) LTColorLevelCommandData *master 
public ColorLevelCommandData getMaster() 
public void setMaster(ColorLevelCommandData value) 
             
 <br/>get_Master();<br/>set_Master(value);<br/>Object.defineProperty('Master');  

Property Value

Color-leveling information for the master channel used in the ColorLevelCommand class. When used in the AutoColorLevelCommand class with the flag Contrast or Intensity, it retrieves the color-leveling information of the master 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