←Select platform

Type Property

Summary

Gets or sets the color space type.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public GammaCorrectExtendedCommandType Type { get; set; } 
@property (nonatomic, assign) LTGammaCorrectExtendedCommandType type 
public GammaCorrectExtendedCommandType getType() 
public void setType(GammaCorrectExtendedCommandType value) 
             
 <br/>get_Type();<br/>set_Type(value);<br/>Object.defineProperty('Type');  

Property Value

Enumeration that indicates the color space in which to apply the gamma correction.

Example

Refer to GammaCorrectExtendedCommand example.

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