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






In This Topic
    IColourConverter Interface
    In This Topic
    Interface to allow override of the default CIELab <=> RGB conversion
    Object Model
    IColourConverter Interface
    Syntax
    'Declaration
     
    
    Public Interface IColourConverter 
    'Usage
     
    
    Dim instance As IColourConverter
    public interface IColourConverter 
    public interface IColourConverter 
    public interface IColourConverter 
    public __gc __interface IColourConverter 
    public interface class 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