Click or drag to resize

IMcLookupTableBrightness Property

Get or set the brightness 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 Brightness As Double
	Get
	Set

Return Value

Type: Double
pVal - double : The brightness value. Values range from 0 to 100. Default (neutral) value is 50.
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