Click or drag to resize
XDL

XDMCompositeGetGammaValue Method

영상의 밝기 조절을 위해 입력 인덱스에 대응하는 감마(Gamma)값을 얻는다.

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

Parameters

Idx  Int32
Composite 인덱스

Return Value

Double
감마 값.
See Also