←Select platform

Gamma Property

Summary

Gets or sets an integer that represents 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

Integer that represents the gamma value. It can be any number greater than 0. Because this is an unsigned integer (Integer with values greater than 0), it is 100 times the actual gamma value. For example, use 235 to set a gamma value of 2.35.

Example

Refer to GammaCorrectCommand.

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