|
XFrameCaptureBufferCopyGrayscaleTexture(UInt64) Method
|
갈무리 버퍼의 흑백 텍스처를 얻는다.
Namespace: Pixoneer.NXDL.NGRAssembly: NXDLgr (in NXDLgr.dll) Version: 2.0.3.38
Syntaxpublic XTexture CopyGrayscaleTexture(
out ulong frameID
)
Parameters
- frameID UInt64
- [Out] 반환하는 텍스처의 프레임 식별자를 얻는다.
Return Value
XTexture 갈무리한 컬러 텍스처. 흑백 영상이 없으면 null을 반환한다.
See Also