Click or drag to resize
XDL

XDMCompositeGetColorBalance Method

Color balance 값을 얻는다.

Namespace: Pixoneer.NXDL.NRS
Assembly: NXDLrs (in NXDLrs.dll) Version: 2.0.3.38
Syntax
C#
public void GetColorBalance(
	ref int Red,
	ref int Green,
	ref int Blue
)

Parameters

Red  Int32
Red balance value.
Green  Int32
Green balance value.
Blue  Int32
Blue balance value.
See Also