Click or drag to resize
XDL

XDMCompositeGetColorBalance Method

Color balance 값을 얻는다.

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

Parameters

Red
Type: SystemInt32
Red balance value.
Green
Type: SystemInt32
Green balance value.
Blue
Type: SystemInt32
Blue balance value.
See Also