Click or drag to resize
XDL

XDMCompositeSetColorBalance Method

Color balance 값를 설정한다. Color Balance는 칼라 값의 강도 조절을 의미한다.

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

Parameters

Red  Int32
Red 조절 값.
Green  Int32
Green 조절 값.
Blue  Int32
Blue 조절 값.
See Also