In This Topic
Interface to allow override of the default CIELab <=> RGB conversion
Syntax
'Declaration
Public Shared Property ColourConverter As IColourConverter
'Usage
Dim value As IColourConverter
DicomGlobal.ColourConverter = value
value = DicomGlobal.ColourConverter
public static IColourConverter ColourConverter {get; set;}
public:
static property IColourConverter^ ColourConverter {
IColourConverter^ get();
void set ( IColourConverter^ value);
}
Requirements
Target Platforms: .NET CLR 4.0 or higher
See Also