| 
            
              XDMBandChangeDetectSetColor Method
             | 
          
        
         사용자가 직접 변화탐지 결과에 대한 칼라값을 설정한다. 
입력 인덱스에 입력 Color값을 설정한다. 
        
        Namespace: Pixoneer.NXDL.NRSAssembly: NXDLrs (in NXDLrs.dll) Version: 2.0.3.40
Syntaxpublic void SetColor(
	int nIndex,
	uint crColor
)
Parameters
- nIndex  Int32
 - [In]  칼라 인덱스(0~255) 
 - crColor  UInt32
 - [In] 색상 
 
See Also