DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / IColourConverter Interface
Members






    IColourConverter Interface
    Interface to allow override of the default CIELab <=> RGB conversion
    Object Model
    IColourConverter Interface
    Syntax
    'Declaration
     
    
    Public Interface IColourConverter 
     
    'Usage
     
    
    Dim instance As IColourConverter
    Remarks
    A default implementation is provided, but an application which implements this interface can then assign it to the DicomGlobal.ColourConverter property which allows appropriate calibration where required.
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also