LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly)

Type Property (GammaCorrectExtendedCommand)

Show in webframe







Gets or sets the color space type.
Syntax
public GammaCorrectExtendedCommandType Type {get; set;}
'Declaration
 
Public Property Type As GammaCorrectExtendedCommandType
'Usage
 
Dim instance As GammaCorrectExtendedCommand
Dim value As GammaCorrectExtendedCommandType
 
instance.Type = value
 
value = instance.Type
public GammaCorrectExtendedCommandType Type {get; set;}
@property (nonatomic, assign) LTGammaCorrectExtendedCommandType type;
public GammaCorrectExtendedCommandType getType()
public void setType(GammaCorrectExtendedCommandType value)
            
 
get_Type();
set_Type(value);
Object.defineProperty('Type');
public:
property GammaCorrectExtendedCommandType Type {
   GammaCorrectExtendedCommandType get();
   void set (    GammaCorrectExtendedCommandType value);
}

Property Value

Enumeration that indicates the color space in which to apply the gamma correction.
Example
Refer to GammaCorrectExtendedCommand example.
Requirements

Target Platforms

See Also

Reference

GammaCorrectExtendedCommand Class
GammaCorrectExtendedCommand Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.