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

Return Value

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