Click or drag to resize
XDL

XDMCompositeSetSaturation Method

도시 영상의 Saturation(채도)를 변경하기 위해 값(-100~100)을 설정한다. 0으로 설정하면 Saturation이 적용되지 않는다.

Namespace: Pixoneer.NXDL.NRS
Assembly: NXDLrs (in NXDLrs.dll) Version: 2.0.3.38
Syntax
C#
public void SetSaturation(
	int value
)

Parameters

value  Int32
Saturation를 조절하기 위한 값(-100~100).
See Also