←Select platform

MidTone Property

Summary

Gets or sets information in a class used to adjust the medium tones (midtones).

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public ColorIntensityBalanceCommandData MidTone { get; set; } 
@property (nonatomic, strong) LTColorIntensityBalanceCommandData *midTone 
public ColorIntensityBalanceCommandData getMidTone() 
public void setMidTone(ColorIntensityBalanceCommandData value) 
             
 <br/>get_MidTone();<br/>set_MidTone(value);<br/>Object.defineProperty('MidTone');  

Property Value

class that contains values used to adjust the medium tones (midtones).

Example

Refer to ColorIntensityBalanceCommand.

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