Click or drag to resize

IMcLookupTable2Gamma Property

Get or set the gamma value associated with the LUT. Values range from 0.1 to 10.0. Default (neutral) value is 1.0

Namespace:  MediaCy.IQL.Engine
Assembly:  MediaCy.IQL.Engine (in MediaCy.IQL.Engine.dll) Version: 10.0.6912.0
Syntax
VB
Property Gamma As Double
	Get
	Set

Property Value

Type: Double

Implements

IMcLookupTableGamma
Remarks
The final response curve will be calculated by combining brightness, contrast, and gamma values, and the free-form LUT. The response curve will be applied during display when EnableResponse is TRUE. This transform is applied to all pixels between the BlackLevel and the WhiteLevel when EnableBWLevels is TRUE, or to the entire dynamic range (RangeMin to RangeMax) when the B&W levels are disabled.
See Also