Click or drag to resize

IMcLookupTableContrast Property

Get or set the contrast value associated with the LUT. Values range from 0 to 100. Default (neutral) value is 50.

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

Property Value

Type: Double
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