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: 3.0.0.0
Syntax
C#
public int GetContrast()

Return Value

Int32
대비 값(-127~127).
See Also