Click or drag to resize
XDL

XDMCompositeSetGammaValue Method

영상 밝기 조절을 하기 위해 감마(Gamma)값을 설정한다.
해당 값은 감마 보정에 사용된다. 히스토그램 신장 방법 중 eCompStretchType.Gamma으로 설정된 경우 적용된다.

Namespace: Pixoneer.NXDL.NRS
Assembly: NXDLrs (in NXDLrs.dll) Version: 3.0.0.0
Syntax
C#
public void SetGammaValue(
	double gamma,
	int Idx
)

Parameters

gamma  Double
감마 값.
Idx  Int32
Composite 인덱스
See Also