←Select platform

Gamma Property

Summary

Gets or sets the Gamma value.

Syntax
C#
VB
Objective-C
C++
Java
public int Gamma { get; set; } 
Public Property Gamma As Integer 
@property (nonatomic, assign) NSUInteger gamma 
public int getGamma() 
public void setGamma(int value) 
public: 
property int Gamma { 
   int get(); 
   void set (    int ); 
} 

Property Value

Any value greater than 0 that represents the gamma value. This value is divided internally by 100.

Example

Refer to GammaCorrectExtendedCommand example.

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