←Select platform

MidTone Property

Summary

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

Syntax
C#
VB
Objective-C
C++
Java
public ColorIntensityBalanceCommandData MidTone { get; set; } 
Public Property MidTone As ColorIntensityBalanceCommandData 
@property (nonatomic, strong) LTColorIntensityBalanceCommandData *midTone 
public ColorIntensityBalanceCommandData getMidTone() 
public void setMidTone(ColorIntensityBalanceCommandData value) 

Property Value

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

Example

Refer to ColorIntensityBalanceCommand.

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