Click or drag to resize
XDL

XDMCompositeSetBand Method

영상 밴드를 해당 index에 설정한다.

Mode가 RGB인 경우 Band 설정시 3개의 Band가 설정될 수 있으며, blue band(Idx = 0), green band(nIndex = 1), red band(nIndex = 2)의 순서로 설정된다.

Mode가 Grey인 경우 Band 설정시 1개만 유효하며 인덱스가 0만 유효하다.

Namespace:  Pixoneer.NXDL.NRS
Assembly:  NXDLrs (in NXDLrs.dll) Version: 1.2.817.72
Syntax
C#
public void SetBand(
	ref XDMBand band,
	int Idx
)

Parameters

band
Type: Pixoneer.NXDL.NRSXDMBand
영상 밴드.
Idx
Type: SystemInt32
입력 인덱스(Mode가 RGB인 경우 : 0, 1, 2 사용), (Mode가 Grey인 경우 0만 사용).
See Also