←Select platform

Type Property

Summary

Gets or sets a value that indicates which color space to remap.

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

Property Value

Value that indicates which color space to remap.

Example

Refer to LightControlCommand()

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