LAUREL BRIDGE

RgbToMono Constructor

DICOM Connectivity Framework V3.4
Constructor.

Namespace:  LaurelBridge.DCFExamples.BitmapToDicom
Assembly:  BitmapToDicom (in BitmapToDicom.exe) Version: DCF34 r13043 DCF_3_4_56_20220408 NetFramework
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