←Select platform

Flags Property

Summary

Flags that indicate the color plane to update, whether to change the high bit and whether LookupTable contains normal or stretched data.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public RemapIntensityCommandFlags Flags { get; set; } 
@property (nonatomic, assign) LTRemapIntensityCommandFlags flags 
public int getFlags() 
public void setFlags(int value) 
             
 <br/>get_Flags();<br/>set_Flags(value);<br/>Object.defineProperty('Flags');  

Property Value

Value that indicates the color plane to update, whether to change the high bit and whether the LookupTable contains normal or stretched data. For more information, refer to RasterColorChannel.

Example

Refer to RemapIntensityCommand.

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