Click or drag to resize
XDL

XDMCompositeSetBrightness Method

도시 영상의 Brightness를 변경하기 위해 Brightness(-255~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: 2.0.3.38
Syntax
C#
public void SetBrightness(
	int value
)

Parameters

value  Int32
Brightness를 조절하기 위한 값.
See Also