DicomObjects.NET.V8
DicomObjects Namespace / DicomGlobal Class / ColourConverter Property



ColourConverter Property
Interface to allow override of the default CIELab <=> RGB conversion
Syntax
public static IColourConverter ColourConverter {get; set;}
public:
static property IColourConverter^ ColourConverter {
   IColourConverter^ get();
   void set (    IColourConverter^ value);
}
'Declaration
 
Public Shared Property ColourConverter As IColourConverter
 
'Usage
 
Dim value As IColourConverter
 
DicomGlobal.ColourConverter = value
 
value = DicomGlobal.ColourConverter
Remarks
A default implementation is provided, but an application which implements an object with the IColourConverter interface can then assign it to this property which allows appropriate calibration where required.
Requirements

Target Platforms: .NET CLR 3.5 or higher

See Also