←Select platform

HighLight Property

Summary

Gets or sets information in a class used to adjust the bright tones (highlights).

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public ColorIntensityBalanceCommandData HighLight { get; set; } 
@property (nonatomic, strong) LTColorIntensityBalanceCommandData *highlight 
public ColorIntensityBalanceCommandData getHighLight() 
public void setHighLight(ColorIntensityBalanceCommandData value) 
              
 <br/>get_HighLight();<br/>set_HighLight(value);<br/>Object.defineProperty('HighLight');  

Property Value

class that contains information used to adjust the bright tones (highlights).

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