DicomObjects Reference
DicomObjects Reference / DicomViewer Object / CalibrationCurve Property
In This Topic
    CalibrationCurve Property
    In This Topic
    Description
    Controls a final display Calibration Curve for grayscale presentation state use
    Property type
    Read-write property
    Syntax
    Visual Basic
    Public Property CalibrationCurve As Variant
    Remarks
    This array is used as a final lookup when images are being rendered to the screen (but not for any other purposes such as Copy etc.), and assists developers who wish to write applications which conform to the DICOM greyscale display standard.  The array may contain any number of elements, and may have any maximum value (subject to fitting within the range of short integers), as both input and output are scaled to fit the required ranges.  As a result, it is possible to conform to the DICOM standard greyscale display function, even on otherwise un calibrated display cards and monitors.
    See Also