←Select platform

GammaCorrectExtendedCommandType Enumeration

Summary
Enumeration that indicates the color space in which to apply the Gamma correction.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public enum GammaCorrectExtendedCommandType   
typedef NS_ENUM(NSInteger, LTGammaCorrectExtendedCommandType) { 
 LTGammaCorrectExtendedCommandTypeRgbSpace = 0x0001,  
 LTGammaCorrectExtendedCommandTypeYuvSpace = 0x0002 
}; 
public final class GammaCorrectExtendedCommandType 
    extends java.lang.Enum<GammaCorrectExtendedCommandType> 
public enum class GammaCorrectExtendedCommandType   
class GammaCorrectExtendedCommandType(Enum): 
   RgbSpace = 1 
   YuvSpace = 2 
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 23.0.2024.3.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Color Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.