DicomObjects.NET10 Documentation
DicomObjects Namespace / IColourConverter Interface
Members



In This Topic
    IColourConverter Interface
    In This Topic
    Interface to allow override of the default CIELab <=> RGB conversion
    Syntax
    'Declaration
     
    
    Public Interface IColourConverter 
    'Usage
     
    
    Dim instance As IColourConverter
    public 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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also