Gets or sets the value for gamma correction, the process to correct the output to compensate for the output device.
.NET Syntax
| Visual Basic (Declaration) | |
|---|
Property GammaCorrection As Double |
| Visual Basic (Usage) | |
|---|
Dim instance As IPwOptions
Dim value As Double
instance.GammaCorrection = value
value = instance.GammaCorrection
|
| C# | |
|---|
double GammaCorrection {get; set;} |
| C++/CLI | |
|---|
property double GammaCorrection {
double get();
void set (double value);
} |
Return Value
Value for gamma correction
Example
Remarks
See Also
Availability
PhotoWorks API 2006 FCS