LAUREL BRIDGE

RgbToMono Constructor

DICOM Connectivity Framework V3.4
Constructor.

Namespace:  LaurelBridge.DCF.Examples.BitmapToDicom
Assembly:  BitmapToDicom (in BitmapToDicom.exe) Version: DCF34 r11538 DCF_3_4_24_20190319
Syntax

C#
public RgbToMono(
	int range,
	bool signed,
	bool invert
)

Parameters

range
Type: SystemInt32
the pixel range (bits allocated ** 2)
signed
Type: SystemBoolean
true if pixel data is signed (pixel representation not equal to 1)
invert
Type: SystemBoolean
true if pixel data is inverted (photometric interpretation equal to MONOCHROME1)
See Also

Reference