Click or drag to resize
XDL

XDMCompositeGetContrast Method

설정된 Contrast값(-127~127)을 얻는다.
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: 2.0.3.38
Syntax
C#
public int GetContrast()

Return Value

Int32
Contrast 값 (-127~127).
See Also