←Select platform

Type Property

Summary

Gets or sets an enumerated value that indicates which color channels to swap.

Syntax
C#
VB
Objective-C
C++
Java
public SwapColorsCommandType Type { get; set; } 
Public Property Type As SwapColorsCommandType 
@property (nonatomic, assign) LTSwapColorsCommandType type 
public SwapColorsCommandType getType() 
public void setType(SwapColorsCommandType value) 
public: 
property SwapColorsCommandType Type { 
   SwapColorsCommandType get(); 
   void set (    SwapColorsCommandType ); 
} 

Property Value

Enumerated value that indicates which color channels to swap.

Example

Refer to SwapColorsCommand.

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