Click or drag to resize
XDL

NXVideoLayerOverlayVMTIGetBestTargetColor Method

표적의 최적 색상. 표적의 특정 색상, 유형별 색상, 기본 색상 순서로 설정된 표적 색상을 반환한다.

Namespace: Pixoneer.NXDL.NXVideo
Assembly: NXVideo (in NXVideo.dll) Version: 3.0.0.0
Syntax
C#
public Color GetBestTargetColor(
	ulong targetID,
	ulong classID
)

Parameters

targetID  UInt64
표적 식별자.
classID  UInt64
유형(클래스) 식별자.

Return Value

Color
표적 색상.
See Also