Click or drag to resize
XDL

XDMCompositeSetColorBalance Method

Color balance 값를 설정한다. Color Balance는 칼라 값의 인텐시티에 대한 조절을 의미한다.

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

Parameters

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