Click or drag to resize
XDL

NCanvasFileImageEnhanceGetColorBalanceValue Method

편집영상 영상효과 중 color balance value를 가져온다.

Namespace: Pixoneer.NXDL.NXAnnotation.NIO
Assembly: NXAnnotation (in NXAnnotation.dll) Version: 2.0.3.38 (2.0.3.38)
Syntax
C#
public void GetColorBalanceValue(
	ref int red,
	ref int green,
	ref int blue
)

Parameters

red  Int32
Red color balance value
green  Int32
Green color balance value
blue  Int32
Blue color balance value
See Also