Click or drag to resize
XDL

XDMCompositeSetBrightness Method

도시 영상의 Brightness를 변경하기 위해 Brightness(0~255)값을 설정한다.

Brightness is an attributes of visual perception in which a source appears to be radiating or reflecting light. Adjusted pixel value = original pixel + brightness adjustment value.

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

Parameters

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