←Select platform

GammaCorrectExtendedCommandType Enumeration

Summary

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

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public enum GammaCorrectExtendedCommandType   
Public Enum GammaCorrectExtendedCommandType  
    
    
public enum GammaCorrectExtendedCommandType    
typedef NS_ENUM(NSInteger, LTGammaCorrectExtendedCommandType) 
public enum GammaCorrectExtendedCommandType 
Leadtools.ImageProcessing.Color.GammaCorrectExtendedCommandType = function() { }; 
Leadtools.ImageProcessing.Color.GammaCorrectExtendedCommandType.prototype = {<br/> 
  RgbSpace = 1, 
    YuvSpace = 2, 
     
 }; 
public enum class GammaCorrectExtendedCommandType   

Members

ValueMemberDescription
1RgbSpace Adjust the intensity of the pixel colors across the RGB color space.
2YuvSpace Adjust the intensity of the pixel colors across the YUV color space
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