Click or drag to resize
XDL

XDMCompositeSetContrast Method

도시 영상의 Contrast를 변경하기 위해 Contrast(0~255)값을 설정한다. Contrast is the difference in luminance or color that makes an object distinguishable. Adjusted pixel value = 128 + (original pixel - 128) * contrast adjustment value.

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

Parameters

value
Type: SystemInt32
Contrast를 조절하기 위한 Integer값.
See Also